Closed
Bug 1534465
Opened 6 years ago
Closed 6 years ago
Calendar menulist not initialised in event dialog
Categories
(Calendar :: Dialogs, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
6.9
People
(Reporter: darktrojan, Assigned: mkmelin)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
45.21 KB,
image/png
|
Details | |
|
1.20 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
It looks like connectedCallback is not called on the menulist. I called it myself using the devtools and it appeared the way it should.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mkmelin+mozilla
Comment 2•6 years ago
|
||
See Bug 1536510 for more information and regression range.
Keywords: regression
Version: unspecified → Lightning 6.9
| Assignee | ||
Comment 3•6 years ago
|
||
Should not go removing the menulist internals... that will mess up it's state keeping.
But any removal is not necessary, as this item is not reused so it's a once-time setup.
Attachment #9054149 -
Flags: review?(ssitter)
| Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment on attachment 9054149 [details] [diff] [review]
bug1534465_calendar_menulist_init.patch
Please request review from someone who is currently working on calendar code and is familiar with its techniques.
Attachment #9054149 -
Flags: review?(ssitter)
| Assignee | ||
Updated•6 years ago
|
Attachment #9054149 -
Flags: review?(geoff)
| Reporter | ||
Comment 7•6 years ago
|
||
Comment on attachment 9054149 [details] [diff] [review]
bug1534465_calendar_menulist_init.patch
That line does seem a bit pointless.
Attachment #9054149 -
Flags: review?(geoff) → review+
| Reporter | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/63abcf7f08e5
Calendar menulist not initialised in event dialog. r=darktrojan
| Reporter | ||
Updated•6 years ago
|
Target Milestone: --- → 7.0
Comment 10•6 years ago
|
||
Updated•6 years ago
|
Target Milestone: 7.0 → 6.9
You need to log in
before you can comment on or make changes to this bug.
Description
•