pace icon indicating copy to clipboard operation
pace copied to clipboard

Theme download links not functional - Not allowed to navigate top frame

Open jasonsturges opened this issue 7 years ago • 7 comments

From the Pace website, under the themes section, none of the theme download links are functional.

image

Clicking "DOWNLOAD" gives JavaScript error:

(index):1 Not allowed to navigate top frame to data URL: data:text/css,.pace%20%7B%0A%20%20-webkit-pointer-events%3A%20none%3B%0A%20%20pointer-events%3A%20none%3B%0A%0A%20%20-webkit-user-select%3A%20none%3B%0A%20%20-moz-user-select%3A%20none%3B%0A%20%20user-select%3A%20none%3B%0A%7D%0A%0A.pace-inactive%20%7B%0A%20%20display%3A%20none%3B%0A%7D%0A%0A.pace%20.pace-progress%20%7B%0A%20%20background%3A%20%2329d%3B%0A%20%20position%3A%20fixed%3B%0A%20%20z-index%3A%202000%3B%0A%20%20top%3A%200%3B%0A%20%20right%3A%20100%25%3B%0A%20%20width%3A%20100%25%3B%0A%20%20height%3A%202px%3B%0A%7D%0A

jasonsturges avatar Aug 05 '17 20:08 jasonsturges

Same issue.

jeromelunch avatar Sep 01 '17 07:09 jeromelunch

+1

piyushwalia avatar Sep 07 '17 03:09 piyushwalia

Not functionnal on Chrome. Works fine on Firefox.

jeromelunch avatar Sep 08 '17 17:09 jeromelunch

Yes, Chromium does not allow opening the data url. But also It looks like the code responsible for the generation of the data url (I think) is not working properly on Chromium. When I open the data url manually, the CSS is presented to me, but half of the middle part of the CSS is missing. I got the following garbled CSS trying to download the "Flash" theme:

height:%...: rotate(360deg); }

apboon avatar Sep 12 '17 22:09 apboon

+1

raducruceana avatar Oct 13 '17 16:10 raducruceana

It's even looks, that FF will go same way, so in near future, it would be same problem even in FF. Is there some workaround?

theerror avatar Nov 22 '17 11:11 theerror

You can get them here:

https://github.com/HubSpot/pace/tree/master/themes

Jaded-Design avatar Nov 30 '17 22:11 Jaded-Design