Closed
Bug 1876015
Opened 2 years ago
Closed 1 year ago
The participant invitation interface is no longer aligned if the number of participants exceeds the number of lines displayed on the screen
Categories
(Calendar :: Dialogs, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: adrien.rybarczyk, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
36.36 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Steps to reproduce:
- Go to the invite attendees interface
- Add a number of participants greater than the number of lines displayed on the screen (this depends on the size of the window)
Actual results:
The entire interface is no longer aligned
Expected results:
The problem is due to the margin 0 of the class plain, which is assigned to each input.
In addition, concerning the scrollbar problem, the updateVerticalScrollbars function is no longer useful following changes to native components. It can be removed.
Comment 1•2 years ago
|
||
I've seen this.
Updated•2 years ago
|
Severity: -- → S4
| Reporter | ||
Comment 3•1 year ago
|
||
Yes
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
Updated•1 year ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•