From/To datetimepickers are empty in calendar event attendee dialog.
Categories
(Calendar :: Lightning Only, enhancement)
Tracking
(Not tracked)
People
(Reporter: arshad, Assigned: darktrojan)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Open calendar-event-attendee dialog. You ll see no From/To datetimepicker.
Reporter | ||
Comment 1•6 years ago
|
||
Related bugs - Bug 1524456, Bug 1527535
Reporter | ||
Comment 2•6 years ago
|
||
For dialogs created/opened from getMostRecentWindow method, you need to explicity add the custom element script file to those dialogs so that they have ce in scope. For this bug, I dotn see the custom element definition in scope so my guess is that the problem ll be solved when you put ce elements script file into the xul file.
Assignee | ||
Comment 3•6 years ago
|
||
It's worse than that, if I fix it so the custom element is defined the whole program goes into an infinite loop of "change" events. Oops. :(
Assignee | ||
Comment 4•6 years ago
|
||
If you try to test this without the patch from bug 1532241, you're going to have a bad time.
Updated•6 years ago
|
Updated•6 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/6716eb6db611
Add missing scripts to show custom element datetimepickers in event attendee dialog. r=philipp
Updated•6 years ago
|
Description
•