Summary: | Assert hit in is multiSelectable() | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | chris fleizach <cfleizach> | ||||
Component: | Accessibility | Assignee: | Dominic Mazzoni <dmazzoni> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | dmazzoni, zan | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
chris fleizach
2012-09-12 09:20:25 PDT
Looks like we lost this if (!m_renderer->isBoxModelObject() || !toRenderBoxModelObject(m_renderer)->isListBox()) 713 return false; I'll roll out and fix. i would just fix this one rather than rolling out if you can get to it quickly enough Created attachment 163650 [details]
Patch
Comment on attachment 163650 [details]
Patch
thanks for quick turn-around. you might want to mention in ChangeLog where this breakage came from (ie refactoring...)
Committed r128332: <http://trac.webkit.org/changeset/128332> |