Skip to main content

Search and Top Navigation

#5988 closed bug (wontfix)

Opened August 25, 2010 12:34AM UTC

Closed October 05, 2012 10:19AM UTC

Last modified October 11, 2012 09:15PM UTC

ThemeRoller bookmarklet doesn't work in Minefield

Reported by: Jeffrey.Rodriguez Owned by:
Priority: minor Milestone:
Component: [meta] ui.themeroller Version: 1.8.4
Keywords: themeroller firefox minefield Cc:
Blocked by: Blocking:
Description

The ThemeRoller bookmarklet located at the URL below performs a user agent check. Minefield is Firefox's development version and the bookmarklet may well work (and if it didn't, those of us running Minefield wouldn't be particularly surprised.)

http://jqueryui.com/themeroller/developertool/

The User Agent for minefield is:


Mozilla/5.0 (Windows NT 5.1; rv:2.0b4pre) Gecko/20100817 Minefield/4.0b4pre ( .NET CLR 3.5.30729)


The user agent test should check for minefield, or provide the user the opportunity for the user to proceed at their own risk. The latter is probably preferable since multiple different brandings of Firefox exist.

Attachments (0)
Change History (4)

Changed August 25, 2010 12:40AM UTC by Jeffrey.Rodriguez comment:1

As a workaround, removing the following code at the beginning of the bookmarklet will allow one to create the bookmark:

if%20(!/Firefox[\\/\\s](\\d+\\.\\d+)/.test(navigator.userAgent)){alert('Sorry,%20due%20to%20security%20restrictions,%20this%20tool%20only%20works%20in%20Firefox');%20return%20false;%20};%20

Changed October 04, 2012 10:55PM UTC by scottgonzalez comment:2

summary: ThemeRoller doesn't work in MinefieldThemeRoller bookmarklet doesn't work in Minefield

Changed October 05, 2012 10:19AM UTC by jzaefferer comment:3

resolution: → wontfix
status: newclosed

We're discontinuing the bookmarklet.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted