-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whimsy Totally Broken in FF v54.0.1 #157
Comments
It looks like these issues may be due to limitations in the web extensions rewrite. Is that correct? If so, it's unfortunate, as the best features:
were lost. Requiring the user to type EDIT: Yeah, just read the changelog for the most recent version. It's really unfortunate that most of the original features are no longer possible. Perhaps passive rewrite of placeholder text would be a great use case for WebExtensions Experimental APIs? |
I don't see the blank tiles with null. Are there any error messages in the Browser Console that might explain why you're seeing that? Other than that, you're right, those are all webextensions API limitations. But, if you hover over the Whimsycorn button, we've also put the whimsical sayings there… (They change with every new tab opened, if I remember correctly.) Thanks for the feedback, though! |
(Oh! And it looks like we could also put them in the title of the tab, which might help a bit…) |
FYI, filed https://bugzilla.mozilla.org/show_bug.cgi?id=1391845 for the awesomebar placeholder thing. |
@bwinton FYI, got invited to the WebExtensions triage meeting which will include the URL bar placeholder bug I linked to ^^^ above. I can't make it as I have a W3C telecon and class at the same time but i wouldn't have much to say anyway since I was just reporting a deficiency from this project. Just thought I'd ping you in case you wanted to show up. (I'd reply on Bugzilla too but I'm currently locked out of my account... sigh) |
I'm using v3.0.0 of Whimsy from AMO on FF v54.0.1.
Broken:
When
New Tab Icons
is set to off, the new tab page shows a bunch of blank tiles, some of which are labelednull
. It should just show the default thumbnails that it shows without the extension installed. But, if I manually go toabout:newtab
, it takes me to the proper default new tab page. This is what it should do ifNew Tab Icons
=Off
.Address bar on new tab page shows
moz-extension://d3cc787c-855f-41b8-8dc5-7610714a889e/newtab-page/newtab.html
. It should be empty (and filled with placeholder text, as per the next bullet).No longer shows amusing placeholder text when address bar is empty
this is the worst loss :(
No longer shows mustachioed man icon in private browsing mode
Working:
I tried uninstalling the extension, restarting FF, and reinstalling the extension. That did not fix any of the above.
I miss my whimsical etherpad messages :(
The text was updated successfully, but these errors were encountered: