Closed
Bug 858400
Opened 12 years ago
Closed 12 years ago
Speed Dial is broken due to Bug 790732
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: coolypf, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
See http://forums.mozillazine.org/viewtopic.php?f=48&t=540112&p=12772079#p12772079
Backing out changesets 9ca7defc8a0f & a835569488a8 fixes this issue.
Comment 1•12 years ago
|
||
What is Speed Dial? Does it use the Components object in content? If so, that probably needs to change. :-)
Comment 2•12 years ago
|
||
Maybe that's referring to this addon? https://addons.mozilla.org/en-US/firefox/addon/speed-dial/
Comment 3•12 years ago
|
||
Hm, I installed the addon, but didn't detect any lookups for the Components object in a debugger. Can you give more precise steps to reproduce?
Reporter | ||
Comment 4•12 years ago
|
||
STR
1. Install Speed Dial & restart browser
2. Choose "Load in blank new tabs" in the first time configuration window
3. Close browser and start again
4. Open a new tab, the speed dial is broken
5. Open one more new tab, the speed dial recovers
Reporter | ||
Comment 5•12 years ago
|
||
I guess the problem comes from http://hg.mozilla.org/mozilla-central/rev/a835569488a8
Comment 6•12 years ago
|
||
Hm, I can't reproduce this on a macosx nightly debug build. Can you andrew?
Reporter | ||
Comment 7•12 years ago
|
||
I can reproduce on both Windows 7 64-bit & Debian 7.0 32-bit.
Comment 8•12 years ago
|
||
Creating a blank profile on a fresh build, following the STR, and adding a couple of sites to my history, I get the behavior in the attached screenshot, which at first glance doesn't appear to be broken.
Comment 9•12 years ago
|
||
I poked around in the addon code a bit, and there are various things referring to Components in the code for the cache, though at first glance it looks like an XPCOM component, so it should be okay there...
Comment 10•12 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #9)
> I poked around in the addon code a bit, and there are various things
> referring to Components in the code for the cache, though at first glance it
> looks like an XPCOM component, so it should be okay there...
Yeah, me too. Can you reproduce?
Comment 11•12 years ago
|
||
Works fine for me on OSX. What do you mean by "the speed dial is broken"? Does the page not load at all, or does it not show what you expect in the speed dial entries?
Comment 12•12 years ago
|
||
The "unavailable" for the weather report button thing appears really zoomed in briefly the first time I open the tab.
Reporter | ||
Comment 13•12 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #11)
> Works fine for me on OSX. What do you mean by "the speed dial is broken"?
> Does the page not load at all, or does it not show what you expect in the
> speed dial entries?
I mean the layout is wrong:
http://media.mpopp.net/speeddials.png
Comment 14•12 years ago
|
||
Any progress on this one?
Comment 15•12 years ago
|
||
(In reply to Markus Popp from comment #14)
> Any progress on this one?
As mentioned in comment 8, I'm unable to reproduce any abnormal behavior myself.
Regardless though, if bug 790732 really is to blame, then it's probably going to be Speed Dial that needs to change. Can we get the developer involved here?
Reporter | ||
Comment 16•12 years ago
|
||
Fixed in Speed Dial 0.9.6.15
http://speeddial.uworks.net/CHANGELOG.html
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•