Closed
Bug 620300
Opened 14 years ago
Closed 14 years ago
Tab-modal prompt textbox is not wide enough
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 613749
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: Surfer56, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b9pre) Gecko/20101219 Firefox/4.0b9pre
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b9pre) Gecko/20101219 Firefox/4.0b9pre
Tab-modal prompt width is too narrow on certain site
Reproducible: Always
Steps to Reproduce:
1. Go to http://forum.ru-board.com/topic.cgi?forum=5&topic=33076#7
2. Click on date "23:54 04-03-2010".
Actual Results:
Too narrow textarea on alert.
Expected Results:
Tab-modal prompt width should be more wide.
Build worked :
Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101119 Firefox/4.0b8pre
http://hg.mozilla.org/mozilla-central/rev/6478c1b83d60
Build broken:
Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101120 Firefox/4.0b8pre
http://hg.mozilla.org/mozilla-central/rev/baa6cc2f72e4
Pushlog :
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=6478c1b83d60
&tochange=baa6cc2f72e4
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•14 years ago
|
||
Reduced STR:
- Type the following into the address bar and hit enter:
javascript:prompt('Test');
Expected:
- A minimum textbox width that is comparable to 3.6.13's width.
Actual:
- Image and margin on new tab modal prompts takes up a lot more room, meaning the textbox is much narrower for the same size prompt.
- The size of the prompt's textbox seems dependant on the length of the prompt text. So therefore with short messages, the textbox is shown much narrower as the minimum textbox width is set too small.
Blocks: 59314
blocking2.0: --- → ?
Keywords: regression
Product: Firefox → Toolkit
QA Contact: general → general
Summary: Tab-modal prompt width is too narrow on certain site → Tab-modal prompt textbox is not wide enough
Version: unspecified → Trunk
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Don't think this blocks though I suspect a simple min-width CSS patch would be easy to approve here.
blocking2.0: ? → -
Comment 5•14 years ago
|
||
Frank: will bug 613749 happen to fix this case too?
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Frank: will bug 613749 happen to fix this case too?
Yes.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•