[Webkit-unassigned] [Bug 116821] isDisabledFormControl() should apply for shadow dom element also

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 27 23:52:24 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116821





--- Comment #6 from Santosh Mahto <santosh.ma at samsung.com>  2013-05-27 23:50:54 PST ---
(In reply to comment #5)
> Until we re-enable web components, shadow dom is pretty much internal.
> It would be good to explain why this change is needed.
    the change is not final, first i  need review comments to validate the points.

> I guess a shadow tree is visible for a form element, the state "disabled" changes from JavaScript, and the tree above is still usable? 

the bug  already here that is related to this is https://bugs.webkit.org/show_bug.cgi?id=102841, 
even I am not sure of exact behaviour but I think that if form element  is disabled then all of associated  shadow dom nodes should not receive mouse event

In webkit we dont dispatch mouse event to node if it is form element and disabled. I think the behaviour should extend for shadow dom node.

I need  more views on my points.
adding appropriate guy would certainly help in deciding 

and the tree above is still usable?--> No  because host>isDisabledFormControl();


Sorry for test failure as I am not mac man

-- 
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