WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
57244
Fix call sites of rendererIsEditable that should call isContentEditable instead
https://bugs.webkit.org/show_bug.cgi?id=57244
Summary
Fix call sites of rendererIsEditable that should call isContentEditable instead
Chang Shu
Reported
2011-03-28 09:57:40 PDT
Bug 52058
provides function isContentEditable in addition to rendererIsEditable. rendererIsEditable is an internal function that retrieve render style info to determine the editability of a node. However, the render style info may not sync up with DOM contenteditable attribute. isContentEditable fixes this issue by calling udpate layout. But the performance isn't great. For all call sites that are currently all calling rendererIsEditable, some of them have to call isContentEditable for the sake of code correctness.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-06-21 10:32:26 PDT
***
Bug 89380
has been marked as a duplicate of this bug. ***
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