For the sake of completeness, here's the URL:
http://www.tiddlywiki.com/beta/
Interesting observation:
With the nightlies, I'm still experiencing the "excessive padding"
issue* (tested on Firefox 2.0.0.13 under Ubuntu Gutsy). However, the
beta2 file does *not* seem to have that problem.
I have no idea what might cause this bug - but I think it's not just a
CSS issue, as it also affects functionality; sometimes hitting save
(whether via clicking or by using the respective access key) does not
work on the first attempt.
-- F.
* Some controls - e.g. tabs and buttons - have excessive horizontal
and/or vertical padding, which disappears after clicking the respective
control once. This issue had been discovered in RippleRap (BlogTalk),
but it's been there before (since v2.3.0?).
Correction: After downloading the beta file, the padding issue is
occurring again - I'm at a loss here.
-- F.
I emphatically second that - great job tracking this down!
Why hasn't this issue ever come up before 2.3 though - that description
makes me think it should have been there all along!?
I've raised a ticket and created a patch as per Eric's instructions:
http://trac.tiddlywiki.org/ticket/612
> An easy fix for this problem appears to be to add an explicit call to
> refreshDisplay() directly into main()
My only concern here is that this might have a negative impact on
startup time. A quick test shows that this does seem to be the case -
refreshDisplay() adds about 60 ms on my machine.
However, that fix is definitely worth it - and we can always aim for a
more efficient solution in v2.5.
-- F.
I can confirm this works on Firefox - no idea why though...
-- F.
* http://groups.google.com/group/TiddlyWikiDev/t/58778b7b65049ead