Height and position of elements in attendees dialog lead to broken overflow behavior
Categories
(Calendar :: Dialogs, defect)
Tracking
(Not tracked)
People
(Reporter: arshad, Unassigned)
Details
Fixed position is used which doesn't work well with overflow property. Some elements gets a bit chopped when dialog height is resized
Comment 1•6 years ago
|
||
Can you please be a little more verbose when filing bugs. The summary and description should written to allow another person to understand what the bug is about. If you haven't mentioned this over in bug 1509837, I never had linked this bug to that issue.
Reporter | ||
Comment 2•6 years ago
|
||
Attendees-list and freebusy-grid have fixed position and their height depends upon the height of calendar-event-attendees-dialog.xul so when the dialog is resized or the height of either of the elements mentioned above is changed, the content of those element is cut and scrollbar also doesn't show. I think removing fixed positioning and using flex/grid css layout can help us get rid of these issues.
Comment 3•6 years ago
|
||
This is maybe related to bug 758493. I need to rebase the patch of that bug to verify that.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•2 years ago
|
Description
•