summaryrefslogtreecommitdiff
path: root/BUGS
blob: 512d7a80f0f9722080c95cf85536e5ad7d3350d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
With Gecko styles aren't reliably cleared. Example
http://www.guardian.co.uk/commentisfree/2010/oct/30/google-polluting-internet
screws up paragraph spacing (too close together).
Seems to be fine with webkit.
The issue is that for some reason on first run not all stylesheets
are disabled in firefox. Subsequent runs are fine. Presumably it's a
bug in firefox; should report it to them.

When run as a bookmarklet in firefox, the first run it hasn't registered
readable() by the time it is called. Subsequent runs work fine. This
occurs whether readable is in a separate javascript: clause or not.