-
Notifications
You must be signed in to change notification settings - Fork 57
Timeline in Invite Attendees
is collapsed
#14
Comments
That's quite strange. Could you please share with me the releases of:
That will help me to reproduce bug in my environment. |
Thanks for looking into it! |
@Trim Ok, so I've debugged this a bit and found that it is caused by the |
Oh sorry, I forgot to comment here. I have tested on two different computer (one physical and one virutal machine) with fresh Ubuntu 17.04 installation with exchangecalendar 4.0beta2 and I didn't see this issue. Maybe the issue come from the Ubuntu theme after upgrade ? According to the flex XUL attribute, it should already take all available space:
To inspect the state of other elements in the dialog, you can use the DOM Inspector addon which even allows you to modify in live these attributes. |
Yes, I debugged this in the DOM Inspector. As far as I could tell, the element only expanded when removing the |
I've checked the code and we have an overlay on the calendar-event-attendees dialog. However, this overlay only add some javascript code and a XUL binding. Finally, commit 0d1a78a has removed the javascript code and now the overlay is still here but not used.
Edit: too speed written: |
Not sure if I understand your comment. Does this mean you know how to fix the issue? |
I wanted to say that Although our code try to load some javascript file which were removed by the above mentioned commit. We should clean up that, but I think that's not related to this issue. |
So this element is from Lightning? |
In the
Invite Attendees
dialog, the timeline widget does not expand, making it impossible to read:The text was updated successfully, but these errors were encountered: