Open M0ns1gn0r opened 7 years ago
Firefox 52.1.0 ESR. Pressing Edit
button in styles list does nothing, same error in console.
Apparently this is the issue: #293
I'm using today's Nightly, workaround seems to be opening chrome://stylish/content/edit.xul?id=
. It prints out this error message a lot when saving, probably from here:
mozilla::storage::Statement::BindInt32Parameter is deprecated and will be removed soon.
mozilla::storage::Statement::BindStringParameter is deprecated and will be removed soon.
Of course none of it matters, I'm pretty sure the Chrome addon is a better starting point for a WebExtension.
I don't get it. For me this only started happening at most three days agon on mozilla-central. Until then it was working, with E10s on.
@Mathnerd314 commented on 2017. máj. 14. 00:56 CEST:
Of course none of it matters, I'm pretty sure the Chrome addon is a better starting point for a WebExtension.
Yeah, well not everyone will continue on with FF57. And it would be nice to have Stylish functioning up to v56. So it matters to me. :) (Also, I'm using stylish mostly for GUI customization, so a WE version won't help me.)
On FF 52.0.02 (32-bit) after I force-enabled e10s it is not more possible to write new styles. The browser console shows up the following message when I click "Write new style -> For github.com":
P.S. As a workaround I add styles manually via editing the sqlite database.