Closed
Bug 482955
Opened 15 years ago
Closed 15 years ago
Minimum Luna textbox size does not honour content
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: fixed1.9.1)
Attachments
(3 files)
413 bytes,
application/vnd.mozilla.xul+xml
|
Details | |
1.66 KB,
patch
|
emaijala+moz
:
review+
roc
:
superreview+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
1.26 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
ClassicGetMinimumWidgetSize does not set a size for a textbox, but GetMinimumWidgetSize does when Luna is active. This means that XBL-generated content added to a textbox (such as the autocomplete dropmarker used in the test case to follow) does not affect the textbox's minimum size and gets drawn outside the textbox if other constraints shrink the textbox too far.
Assignee | ||
Comment 1•15 years ago
|
||
Note: I only tested the autocomplete behaviour with SeaMonkey but I believe the toolkit autocomplete binding has a similar layout.
Assignee | ||
Comment 2•15 years ago
|
||
Assignee: nobody → neil
Attachment #367038 -
Flags: superreview?(roc)
Attachment #367038 -
Flags: review?
Assignee | ||
Updated•15 years ago
|
Attachment #367038 -
Flags: review? → review?(emaijala)
Attachment #367038 -
Flags: superreview?(roc) → superreview+
Updated•15 years ago
|
Attachment #367038 -
Flags: review?(emaijala) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Pushed changeset 8de47d925928 to mozilla-central.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
![]() |
||
Comment 4•15 years ago
|
||
Comment on attachment 367038 [details] [diff] [review] Proposed patch Requesting approval for 1.9.1 since this is blocking SeaMonkey Bug 435652
Attachment #367038 -
Flags: approval1.9.1?
Comment 5•15 years ago
|
||
Comment on attachment 367038 [details] [diff] [review] Proposed patch a191=beltzner
Attachment #367038 -
Flags: approval1.9.1? → approval1.9.1+
Comment 6•15 years ago
|
||
Also, can we generate a test for this, please?
Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #6) > Also, can we generate a test for this, please? Can we guarantee that the Windows tinderboxes will use Luna? Or should I just adapt the test case because it will now pass on all configurations?
Assignee | ||
Comment 8•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #373638 -
Flags: review?(roc)
Attachment #373638 -
Flags: review?(roc) → review+
Assignee | ||
Comment 9•15 years ago
|
||
Comment on attachment 373638 [details] [diff] [review] Reftest Pushed changeset d1f0f3fc43ea to mozilla-central.
Assignee | ||
Comment 10•15 years ago
|
||
Pushed changesets b902105ee2e1 and 314c9a199d39 to releases/mozilla-1.9.1
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•