Closed Bug 1265175 Opened 9 years ago Closed 8 years ago

opening Troubleshooting info tab misses "acceleratedWindows" string

Categories

(Thunderbird :: Mail Window Front End, defect)

defect
Not set
normal

Tracking

(thunderbird51?)

RESOLVED DUPLICATE of bug 1281785
Tracking Status
thunderbird51 ? ---

People

(Reporter: aceman, Unassigned)

References

Details

Just open Troubleshooting info in Thunderbird: Error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName] Source File: chrome://messenger/content/about-support/gfx.js Line: 228 The code is: createHeader(bundle.GetStringFromName("acceleratedWindows")) There is no "acceleratedWindows" string in c-c or m-c. Maybe it was recently removed?
Bug 1263849 removed this and other strings.
Blocks: 1263849
I think this makes all the bottom sections in about:troubleshooting just blank. We should fix this before TB52.
OS: Linux → All
Hardware: x86 → All
What about using the toolkit aboutSupport files and only extend them with the account infos. Then we would be less broken and changes in toolkit would be easier to implement in our files.
Depends on: 1281785
Yes, I think we should leverage as much of FF as we can. Who wants to do it ;-)
With bug 1281785 landed, Help > Troubleshooting Information looks a whole lot better. Sections "Graphics" and "Javascript" are now populated, "Accessibility" is partly populated since its running into: JavaScript error: chrome://messenger/content/about-support/a11y.js, line 19: TypeError: Services.getIntPref is not a function Or in the error console: TypeError: Services.getIntPref is not a function a11y.js:19:19 populateAccessibilitySection chrome://messenger/content/about-support/a11y.js:19:19 window.onload chrome://messenger/content/about-support/init.js:74:3 Filed bug 1302651 for that.
Status: NEW → RESOLVED
Closed: 8 years ago
No longer depends on: 1281785
Resolution: --- → DUPLICATE
Thanks for following this and clearing the remaining stuff, Jorg. Looks like our page was quite rotted. This was a quite visible breakage in the UI so good that is is fixed for TB52.
You need to log in before you can comment on or make changes to this bug.