Bug 149257

Summary: Web Inspector: Option-Up doesn't increment certain attribute values
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, hi, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Animated GIF] Bug
none
Patch
bburg: review+
Patch none

Nikita Vasilyev
Reported 2015-09-17 05:55:47 PDT
Created attachment 261386 [details] [Animated GIF] Bug Steps: 1. Go to http://n12v.dev/2-way-data-binding/ 2. Inspect the first video, <video width="216" height="48" poster="/2-way-data-binding/temperature-converter.png"> 3. Double click on "216" 4. Press Option-Up Expected: Value changes to "217", cursor stays where it was. Actual: Value changes to "217", cursor stays jumps to the beginning of the text field. An error is thrown: IndexSizeError: DOM Exception 1: Index or size was negative, or greater than the allowed value. setEnd - EditingSupport.js:267 handleEditingResult - EditingSupport.js:267 keyDownEventListener - EditingSupport.js:289 Note that modifying height on the very same element works as expected. Although, it causes the DOM path bar to blink.
Attachments
[Animated GIF] Bug (296.96 KB, image/gif)
2015-09-17 05:55 PDT, Nikita Vasilyev
no flags
Patch (6.12 KB, patch)
2015-09-17 21:50 PDT, Devin Rousso
bburg: review+
Patch (5.87 KB, patch)
2015-10-21 16:19 PDT, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2015-09-17 05:56:10 PDT
Devin Rousso
Comment 2 2015-09-17 21:50:08 PDT
Nikita Vasilyev
Comment 3 2015-10-08 22:28:29 PDT
The patch works as expected and looks good to me! In long term, we probably want to use CodeMirror for HTML elements & attributes editing. (In reply to comment #0) > Created attachment 261386 [details] > [Animated GIF] Bug > > Steps: > 1. Go to http://n12v.dev/2-way-data-binding/ http://n12v.com/2-way-data-binding/
Blaze Burg
Comment 4 2015-10-18 15:57:43 PDT
Comment on attachment 261486 [details] Patch r=me This will need to be rebased before landing, it's a few weeks behind.
Devin Rousso
Comment 5 2015-10-21 16:19:38 PDT
Created attachment 263758 [details] Patch Sorry for the delay. Just got the build working on my laptop again :)
WebKit Commit Bot
Comment 6 2015-10-21 17:14:11 PDT
Comment on attachment 263758 [details] Patch Clearing flags on attachment: 263758 Committed r191416: <http://trac.webkit.org/changeset/191416>
WebKit Commit Bot
Comment 7 2015-10-21 17:14:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.