Summary: | focusing of disabled fieldset element is not prevented | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Rodney Rehm <mail> | ||||
Component: | Forms | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, k.gurpreet, rniwa, webkit-bug-importer, webkit | ||||
Priority: | P2 | Keywords: | HasReduction, InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Mac | ||||||
OS: | OS X 10.11 | ||||||
Attachments: |
|
Description
Rodney Rehm
2015-01-30 09:56:59 PST
Working on the issues. Will raise a patch soon. All browser differ but Safari Technology Preview seems to be wrong: *** STP 152 on macOS 12.5.1 *** activeElement: BODY focus: FIELDSET *** Firefox Nightly 106 *** activeElement: BODY focus: #document *** Chrome Canary 107 *** activeElement: BODY _____________________ Chrome / Blink fixed this in following commit: https://chromium.googlesource.com/chromium/src.git/+/1637db318e525b5c1e3a960eeb59dee151f049ca https://github.com/WebKit/WebKit/blob/05525a74d4ef2d19f84efc193f104730713958d5/Source/WebCore/html/HTMLFieldSetElement.cpp#L153 This is line to change to make this work. I can do this quickly. Thanks! Committed 253993@main (8ddd66fb04db): <https://commits.webkit.org/253993@main> Reviewed commits have been landed. Closing PR #3828 and removing active labels. |