Closed
Bug 1578591
Opened 5 years ago
Closed 5 years ago
TypeError: gGeneralPane.rebuildView is not a function
Categories
(Thunderbird :: Preferences, defect)
Thunderbird
Preferences
Tracking
(thunderbird_esr6869+ fixed, thunderbird70 fixed, thunderbird71 fixed)
VERIFIED
FIXED
Thunderbird 71.0
People
(Reporter: aleca, Assigned: Paenglab)
Details
Attachments
(1 file)
1.19 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
To reproduce the error:
- Access the Preferences.
- Scroll down to the Files & Attachments section.
- Type something in the Search field.
JavaScript error: about:preferences, line 1: TypeError: gGeneralPane.rebuildView is not a function
Assignee | ||
Comment 1•5 years ago
|
||
This fixes it for me.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #9090295 -
Flags: review?(alessandro)
Comment 2•5 years ago
|
||
Comment on attachment 9090295 [details] [diff] [review]
1578591-search-function.patch
And in TB 68 we have: TypeError: gApplicationsPane.rebuildView is not a function :-(
I'll rebase it.
Attachment #9090295 -
Flags: approval-comm-esr68+
Attachment #9090295 -
Flags: approval-comm-beta+
Comment 3•5 years ago
|
||
And in TB 68 we have: TypeError: gApplicationsPane.rebuildView is not a function :-(
Keywords: checkin-needed
Target Milestone: --- → Thunderbird 71.0
Comment 4•5 years ago
|
||
Comment on attachment 9090295 [details] [diff] [review]
1578591-search-function.patch
Landing now.
Attachment #9090295 -
Flags: review?(alessandro) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/4d2a7b8c0355
Fix incoming attachments type search, typo in function name: s/rebuildView/_rebuildView/. r=jorgk DONTBUILD
Comment 6•5 years ago
|
||
TB 68.1 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/f51e8f65d798fd7121ddc8e3cff1644ad537b291
status-thunderbird71:
--- → fixed
status-thunderbird_esr68:
--- → fixed
tracking-thunderbird_esr68:
--- → 69+
Comment 8•5 years ago
|
||
TB 70 beta 1:
https://hg.mozilla.org/releases/comm-beta/rev/587be570cd68d7773ef2132551178802f648d148
status-thunderbird70:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•