Bug 120822

Summary: Web Inspector: Breakpoint Action JS Editor has line wrapping issues with long no-space lines
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2013-09-05 19:15:53 PDT
Go back to fixed width value. Trying to use a % is causing issues with the container expanding on long no-space lines. Also note, CodeMirror issue: <https://github.com/marijnh/CodeMirror/issues/1809>
Attachments
[PATCH] Proposed Fix (1.52 KB, patch)
2013-09-05 19:17 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2013-09-05 19:16:40 PDT
Joseph Pecoraro
Comment 2 2013-09-05 19:17:14 PDT
Created attachment 210693 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2013-09-05 19:18:16 PDT
* STEPS TO REPRODUCE 1. Edit Breakpoint 2. Create "Evaluate JavaScript" breakpoint action 3. Type: document.getElementById("something").addEventListener => with width:100% the line doesn't wrap, instead the editor grows and messes up the popover
WebKit Commit Bot
Comment 4 2013-09-05 20:32:57 PDT
Comment on attachment 210693 [details] [PATCH] Proposed Fix Clearing flags on attachment: 210693 Committed r155169: <http://trac.webkit.org/changeset/155169>
WebKit Commit Bot
Comment 5 2013-09-05 20:32:59 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.