Closed
Bug 1084474
Opened 11 years ago
Closed 11 years ago
Views are broken [Error: NS_NOINTERFACE accessing nsIScrollBoxObject in calendar-multiday-view.xml]
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(Not tracked)
RESOLVED
FIXED
3.8
People
(Reporter: ssitter, Assigned: ssitter)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
2.01 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Thunderbird/36.0a1 Lightning/3.8a1 BuildID/20141017030201
Calendar views are broken and flickering all the times.
The following error is reported many times in console:
> Error: NS_NOINTERFACE:
> Source File: chrome://calendar/content/calendar-multiday-view.xml
> Line: 3714
Error is produced on the following query interface call:
> let scrollbox = document.getAnonymousElementByAttribute(this, "anonid", "scrollbox");
> let scrollBoxObject = scrollbox.boxObject.QueryInterface(Components.interfaces.nsIScrollBoxObject);
This regression is probably caused by Bug 979835. See Bug 1083793 for similar issue in Thunderbird.
Comment 1•11 years ago
|
||
Marking dependencies as its entirely possible this bug will be fixed by bug 1083793 or its outcome.
Depends on: 1083793
No, it won't be. You just need to remove the QI here. BoxObject comes with it's other interfaces already exposed now.
No longer depends on: 1083793
Comment 3•11 years ago
|
||
Ah, thanks for the hint! Stefan, can you whip up the patch? rs=me since it sounds fairly simple.
| Assignee | ||
Comment 4•11 years ago
|
||
Here is a patch.
You might want to check if the comment at https://mxr.mozilla.org/comm-central/source/calendar/base/content/calendar-multiday-view.xml#2225 is still valid after the BoxObject changes.
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Updated•11 years ago
|
Attachment #8507122 -
Flags: review? → review?(philipp)
Updated•11 years ago
|
Keywords: regression
Comment 5•11 years ago
|
||
Comment on attachment 8507122 [details] [diff] [review]
1084474-remove-QI-nsIScrollBoxObject.diff
Review of attachment 8507122 [details] [diff] [review]:
-----------------------------------------------------------------
> You might want to check if the comment at
> https://mxr.mozilla.org/comm-central/source/calendar/base/content/calendar-
> multiday-view.xml#2225 is still valid after the BoxObject changes.
Checked that, the boxObject still doesn't have the scroll* methods.
Attachment #8507122 -
Flags: review?(philipp) → review+
Comment 6•11 years ago
|
||
Attachment #8507122 -
Attachment is obsolete: true
Attachment #8509623 -
Flags: review+
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 3.8
You need to log in
before you can comment on or make changes to this bug.
Description
•