event details/edit dialog/window/popup/pop-up opens with minimal height, pane content hidden
Categories
(Calendar :: Dialogs, defect)
Tracking
(thunderbird_esr91 unaffected, thunderbird100+ fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
thunderbird100 | + | fixed |
People
(Reporter: aryx, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
(deleted),
image/png
|
Details | |
(deleted),
image/png
|
Details | |
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details |
Thunderbird 100.0a1 on Windows 8.1
The event edit dialog always opens with minimal height, its pane content is hidden until the user increases the height by dragging the bottom border of the dialog.
Steps to reproduce:
- Switch to Calendar view.
- Create new event and save edit.
- Doubleclick the event to open the details dialog for the event.
Actual result: User has to increase the window height to see the content.
Expect: Content visible
Comment 1•3 years ago
|
||
When a line wraps in the dialog then the dialog shows with normal height. Without the line wrap only the titlebar is shown.
Back-out of https://hg.mozilla.org/comm-central/rev/94a1c4858fd6 fixes the issue.
Assignee | ||
Comment 2•3 years ago
|
||
(In reply to Richard Marti (:Paenglab) from comment #1)
When a line wraps in the dialog then the dialog shows with normal height. Without the line wrap only the titlebar is shown.
What lines do you mean?
Can't reproduce on linux.
I wonder if "status" was needed after all. https://hg.mozilla.org/comm-central/rev/94a1c4858fd6#l3.46
Comment 3•3 years ago
|
||
You're on the wrong platform. ;-) On Mac and Windows it does happen when the entries (Title, Start Date, End Date etc.) are short. When I set it repeating which creates a label that needs wrapping the dialog is shown normally.
Comment 4•3 years ago
|
||
Tested a bit. A
#calendar-summary-dialog {
height: auto;
}
fixes the normal summary dialog but an invitation dialog is still a bit cut off on bottom.
Comment 5•3 years ago
|
||
Invitation with cut off bottom.
Assignee | ||
Comment 6•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/db8e312cd5a9
fix event summary dialog sizing issues. r=Paenglab
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 8•3 years ago
|
||
Comment on attachment 9270721 [details]
Bug 1762423 - fix event summary dialog sizing issues. r=Paenglab
[Approval Request Comment]
Regression caused by (bug #): bug 1703164
User impact if declined: on windows/mac the event summary dialog may not be usable
Testing completed (on c-c, etc.): landed on c-c
Risk to taking this patch (and alternatives if risky): very low risk
Comment 10•3 years ago
|
||
Comment on attachment 9270721 [details]
Bug 1762423 - fix event summary dialog sizing issues. r=Paenglab
[Triage Comment]
Approved for beta
Comment 11•3 years ago
|
||
bugherder uplift |
Thunderbird 100.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/695b62896cbf
Updated•3 years ago
|
Description
•