Closed
Bug 767377
Opened 12 years ago
Closed 12 years ago
The filtering textbox expands when entering a string
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: ioana_damy, Assigned: vporof)
Details
Attachments
(3 files, 2 obsolete files)
119.37 KB,
image/png
|
Details | |
93.93 KB,
image/png
|
Details | |
771 bytes,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120621 Firefox/15.0a2 (20120621042006)
STR:
1. Load http://htmlpad.org/debugger/ in the browser.
2. Open the Debugger (Tools->Web developer->Debugger, or press Ctrl+Shift+S).
3. Select the jquery.min.js script in the dropdown.
4. Enter a "j" in the filtering textbox.
The textbox expands automatically. It's a small expansion but it's very visible to me.
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Can't reproduce this on OS X, but I think we can get away with this if we set a specific width in the CSS.
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Assignee | ||
Updated•12 years ago
|
Priority: -- → P3
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #638778 -
Flags: review?(past)
Comment 5•12 years ago
|
||
Why does this patch affect all platforms? This bug is likely due to <http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7> and therefore Windows-specific.
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #5)
> Why does this patch affect all platforms? This bug is likely due to
> <http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/
> winstripe/global/textbox-aero.css#l7> and therefore Windows-specific.
If we're going to add a width, we might as well do it on all platforms.
Is there something inherently wrong with doing so? I have no objections on fixing this only on Windows, but it would be nice to have the same sizes apply on all OS.
Comment 7•12 years ago
|
||
<http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7> affecting the textbox width is basically a toolkit bug that would ideally be fixed at a lower level rather than on a per-textbox basis. So unless the width is useful for other reasons, I think it makes sense to think of this as an interim solution that can be limited to Windows.
Comment 8•12 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #7)
> <http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/
> winstripe/global/textbox-aero.css#l7> affecting the textbox width is
> basically a toolkit bug that would ideally be fixed at a lower level rather
> than on a per-textbox basis. So unless the width is useful for other
> reasons, I think it makes sense to think of this as an interim solution that
> can be limited to Windows.
In that same line of thought it may be best to add an aero-only debugger stylesheet with this workaround. On the other hand this may be going too far.
I'm personally fine either way.
Assignee | ||
Comment 9•12 years ago
|
||
(In reply to Panos Astithas [:past] from comment #8)
> (In reply to Dão Gottwald [:dao] from comment #7)
> > <http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/
> > winstripe/global/textbox-aero.css#l7> affecting the textbox width is
> > basically a toolkit bug that would ideally be fixed at a lower level rather
> > than on a per-textbox basis. So unless the width is useful for other
> > reasons, I think it makes sense to think of this as an interim solution that
> > can be limited to Windows.
>
> In that same line of thought it may be best to add an aero-only debugger
> stylesheet with this workaround. On the other hand this may be going too far.
>
> I'm personally fine either way.
Let's just add the width in the debugger win css as a temporary fix.
Or we could just not do anything and let the toolkit people to fix it? Who should we ping?
Updated•12 years ago
|
Attachment #638778 -
Attachment is obsolete: true
Attachment #638778 -
Flags: review?(past)
Comment 11•12 years ago
|
||
Comment on attachment 642345 [details] [diff] [review]
v2
Review of attachment 642345 [details] [diff] [review]:
-----------------------------------------------------------------
A comment that points to the bug and/or textbox-aero.css would help us remember when to get rid of it.
Attachment #642345 -
Flags: review?(past) → review+
Assignee | ||
Comment 12•12 years ago
|
||
Commented.
Assignee | ||
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Updated•12 years ago
|
Attachment #642345 -
Attachment is obsolete: true
Comment 13•12 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 14•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 16
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•