RESOLVED INVALID Bug 44523
isContentEditable incorrectly reports back true on iOS devices
https://bugs.webkit.org/show_bug.cgi?id=44523
Summary isContentEditable incorrectly reports back true on iOS devices
Niels Leenheer (HTML5test)
Reported 2010-08-24 07:40:50 PDT
Editing HTML elements using the contenteditable attribute does not work on iOS devices. Because editing is not possible, isContentEditable should always return false on an iOS device. For example: div = document.createElement('div'); div.setAttribute('contenteditable', 'true'); document.body.appendChild(div); div.isContentEditable; -> true // incorrect, should be false on an iPhone, iPad or iPod touch
Attachments
Alexey Proskuryakov
Comment 1 2010-08-24 12:09:46 PDT
Please file iOS specific bugs via http://bugreport.apple.com, because iOS WebKit isn't built directly from webkit.org sources.
Niels Leenheer (HTML5test)
Comment 2 2010-08-24 14:49:30 PDT
Radar #8349666
Note You need to log in before you can comment on or make changes to this bug.