Dynamic minimum size of event and task dialogs is broken
Categories
(Calendar :: Dialogs, defect)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Regression)
Details
Attachments
(2 files)
|
9.83 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
|
1.05 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
In bug 1480338 I added a check to see if the dialog was too small for its contents and added minwidth/minheight attributes if it was. With bug 1598050, the attributes are now added to the wrong element and consequently not enforced.
| Assignee | ||
Comment 1•6 years ago
|
||
Moved the attributes to the root element again. I've also tested that they are on the outer element, and removed some of the Mozmill-ness of the test.
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
I've filed bug 1624010 for the flickering issue.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/4297a939121c
Fix minimum size check on event/task dialog. r=pmorris
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 5•6 years ago
|
||
Oh hell, this test is failing on Mac, which I knew but forgot about. Will fix β¦ uh β¦ soon.
| Assignee | ||
Comment 7•6 years ago
|
||
I'd better have this reviewed despite already landing it. This CSS has been redundant since I originally fixed the bug, only now that the test checks for attributes it's causing a problem. With the CSS in place the dialog never overflows and never gets a min-width attribute.
Updated•6 years ago
|
Description
•