WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
116929
Fix a crash when we try a focus navigation from a shadow host which is not keyboard navigatable, but focusable
https://bugs.webkit.org/show_bug.cgi?id=116929
Summary
Fix a crash when we try a focus navigation from a shadow host which is not ke...
Ryosuke Niwa
Reported
2013-05-29 00:54:07 PDT
Consider merging
https://chromium.googlesource.com/chromium/blink/+/063e09f6f0b559cebdc8b972827e58f1f734336d
For example, suppose the following element: <div id=host tabindex=-1></div> host.webkitCreateShadowRoot() This host element is focusable, but isn't keyboard navigatable. We should relax the ASSERT condition so that this kind of element is okay as an old focused node.
Attachments
Add attachment
proposed patch, testcase, etc.
László Langó
Comment 1
2014-01-10 06:22:33 PST
The test does not crash. I think we don't need this.
Ryosuke Niwa
Comment 2
2014-01-10 10:41:30 PST
(In reply to
comment #1
)
> The test does not crash. I think we don't need this.
Did you test it on the port that enables shadow DOM?
László Langó
Comment 3
2014-01-13 02:14:45 PST
(In reply to
comment #2
)
> (In reply to
comment #1
) > > The test does not crash. I think we don't need this. > > Did you test it on the port that enables shadow DOM?
I tried on Efl port with the --shadow-dom build option. Anyone tried this on other ports?
Ryosuke Niwa
Comment 4
2014-01-13 08:33:45 PST
Alright. We can file a new bug should this crash be real.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug