Button overlap in Accounts Settings pane with smaller windows
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(2 files, 2 obsolete files)
2.64 KB,
image/png
|
Details | |
1.58 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
When the Default Identity description wraps to a second line, because the window is too small, the "Manage Identities..." button overlaps the "Edit SMTP server...". This comes probably because of the change to use <fieldset>.
Assignee | ||
Comment 1•5 years ago
|
||
With moving the manageIdentities block inside the fieldset the issue is fixed. Visually is no difference as we don't draw borders around the fieldset.
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
When I use a <vbox> instead of the <fieldset> the vbox shifts the following elements down what the <fieldset> does not.
I tried different things and this is the only thing that works. When you disagree with the fix, I'm out of solutions and you can try to fix it.
Comment 4•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
It doesn't seem that m-c fixes this issue until 78 is live and bug 1628497 will made it happen always.
Shouldn't we land this? If m-c fixes it, we still can back-out it again.
Comment 7•5 years ago
|
||
Yeah let's land it and add a comment in the code so hopefully we can move it to the proper location in the future.
Assignee | ||
Comment 8•5 years ago
|
||
Added: <!-- When the fieldset overflow works, move this back above the last separator -->
Assignee | ||
Updated•5 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/b12d34446556
Move the manageIdentities box inside of the fieldset to workaround rendering problems for narrow screens. r=mkmelin
Description
•