remove <deck> from lightning-item-iframe.xhtml
Categories
(Calendar :: General, task)
Tracking
(thunderbird_esr78 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: khushil324, Assigned: khushil324)
References
Details
Attachments
(1 file, 4 obsolete files)
9.95 KB,
patch
|
khushil324
:
review+
|
Details | Diff | Splinter Review |
Remove <deck> from https://searchfox.org/comm-central/rev/1fa5ebe1384434e904b33bb7de8f0a3d6e8bfdc5/calendar/lightning/content/lightning-item-iframe.xhtml#437
Two children that can be set hidden/not as appropriate instead of setting selectedIndex on the deck.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
I have updated it a bit. Added try and catch to prevent the confusion.
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Yes, I have tried that. Agree, repeatDetails.hidden = false;
should work.
Comment 8•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Assignee | ||
Comment 10•5 years ago
|
||
(In reply to Geoff Lankow (:darktrojan) from comment #9)
I think it's okay to remove this, but I hope you've done some manual
checking here.
Yes, there is an if-else condition. I have simplified it if the execution goes to if
statement, don't do anything and if it goes to else
statement, change the visibilities of the respective elements.
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 12•5 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/92cd2f444d15
remove <deck> XUL element from lightning-item-iframe.xhtml dialog. r=aleca,darktrojan
Description
•