[Webkit-unassigned] [Bug 116821] New: isDisabledFormControl() should apply for shadow dom element also
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 27 04:38:08 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116821
Summary: isDisabledFormControl() should apply for shadow dom
element also
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: santosh.ma at samsung.com
Currently isDisabledFormControl() check for all form control element whether it is disabled or not
so for <select disable> </select> it will return true.
But is doesnot apply to any shadow DOM element that are part of form control element
<Input disable> </input> --> isDisabledFormControl() return true;
but for all shadow Nodes of input element (TextControlInnerTextElement, SpinButtonElement) it return false.
So If ShadowHost Node (form control) is disabled then isDisabledFormControl() should return true for Host and also for Shadow Nodes.
consequence of this is that shadow Nodes of Form control still receives mouse event while mouse event for Form Control element is disabled
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list