Closed
Bug 979997
Opened 11 years ago
Closed 11 years ago
increasing font size in debugger messes up line selection with mouse
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: garg.shishir3+mozilla, Unassigned)
Details
Attachments
(1 file)
Steps to reproduce the problem
1. Break inside a Javascript file inside debugger.
2. Change the font size by pressing Ctrl + a couple of times.
3. Try to select some lines/an expression in the javascript file. The lines won't be selected properly. It looks like it will select based on where the text was before changing font size.
Reporter | ||
Comment 1•11 years ago
|
||
I was trying to select the expression
objectOn.getElementsByClassName(classSearching)
but I couldn't
Comment 2•11 years ago
|
||
Which version of Firefox are you using? I can't reproduce this on Linux or OS X with Firefox 30.
I cannot reproduce this with Firefox 29 on Windows 7 and a random web page.
Reporter | ||
Comment 4•11 years ago
|
||
I cannot reproduce it either since then.
Comment 5•11 years ago
|
||
OK good, apparently it was fixed at some point.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•