Bug 129035 - Inner text element should not use -webkit-user-modify
Summary: Inner text element should not use -webkit-user-modify
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 129068 129077 129084
Blocks: 129034
  Show dependency treegraph
 
Reported: 2014-02-19 01:11 PST by Ryosuke Niwa
Modified: 2014-02-21 20:04 PST (History)
5 users (show)

See Also:


Attachments
Done the refactoring (26.13 KB, patch)
2014-02-21 00:30 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Reverted xcworkspace change (22.30 KB, patch)
2014-02-21 00:33 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixed EFL build (22.50 KB, patch)
2014-02-21 00:58 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Reveted erronous test change to input-maxlength-unsupported.html (21.90 KB, patch)
2014-02-21 17:18 PST, Ryosuke Niwa
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-02-19 01:11:51 PST
Use contenteditable content attribute instead in order to resolve the bug 129034.
Comment 1 Ryosuke Niwa 2014-02-21 00:30:47 PST
Created attachment 224838 [details]
Done the refactoring
Comment 2 Ryosuke Niwa 2014-02-21 00:33:21 PST
Created attachment 224839 [details]
Reverted xcworkspace change
Comment 3 Ryosuke Niwa 2014-02-21 00:58:24 PST
Created attachment 224840 [details]
Fixed EFL build
Comment 4 Ryosuke Niwa 2014-02-21 17:18:26 PST
Created attachment 224930 [details]
Reveted erronous test change to input-maxlength-unsupported.html
Comment 5 Andreas Kling 2014-02-21 17:25:57 PST
Comment on attachment 224930 [details]
Reveted erronous test change to input-maxlength-unsupported.html

r=me
Comment 6 Ryosuke Niwa 2014-02-21 20:04:11 PST
Committed r164526: <http://trac.webkit.org/changeset/164526>