[Webkit-unassigned] [Bug 89075] [Shadow][Editing] Selection will break editing boundaries in Shadow DOM.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 17:43:26 PDT 2012


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





--- Comment #2 from Shinya Kawanaka <shinyak at chromium.org>  2012-06-19 17:43:25 PST ---
I and rniwa investigated this issue.

The problem will be m_style->inheritFrom() in StyleResolver::applyMatchedProperty(). Actually inheritFrom() does not copy "-webkit-user-modify" (i.e. contenteditable) if the element is on the shadow boundary (element's host is ShadowRoot). 

Maybe inheritFrom() is abused in various places to copy inherit values... We should create another function copyFrom() for the purpose.

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