Last 5 comments
8 weeks ago
Pascal:  It should not have a problem with parentheses, any valid CSV should work. Is the file Ending ".csv"? Can you send me the output of the following Terminal command?
qlmanage -d1 -t file.csv
8 weeks ago
Ted Fischer:  This is a fantastic plugin! Unfortunately, it doesn't work with csv data generated from FileMaker Pro. I wonder if it's because FMP encloses the data in parentheses. Is there any way to fix that?
Thanks, Ted
FMPA 8.5 Mac OS 10.5.7
13 weeks ago
Pascal:  Nice tip, thanks! Looks like rsnapshot.org was also inspired by Mike Rubel's post, but done a little more professional than my version. :)
13 weeks ago
zero:  You might be interested in rsnapshot(http://rsnapshot.org). It can do snapshot backups using rsync. Timemachine might be the best comparison to its features... It's available through macports.
13 weeks ago
Bogdan:  With git, repository history rewriting is possible, but I have never tried that (only using git for less than a year).
Anyway, thanks for sharing your experience. In some environments (like whole server backup) using git/svn for backup is not really a good idea.
The archive
July 2009  (1)
March 2009  (1)
July 2008  (3)
June 2008  (1)
May 2008  (3)
March 2008  (1)
July 2007  (1)
June 2007  (3)
May 2007  (1)
April 2007  (1)
March 2007  (1)
July 2006  (2)
June 2006  (6)

WebKit (Safari 3.x) loses mousemove event when hovering a scrollbar

Thursday, November 29th 2007 - 01:23
While working on the Fernsehen-Widget, I discovered a bug present in all Builds of Safari 3.0 and therefore in the WebKit of Leopard (currently at 10.5.1 9B18).

The problem is that while you hover a document with the left mouse button pressed, whenever you cross a scrollbar, the mousemove-event gets dropped. That became a problem for me because I implemented some drag & drop capabilities into the Fernsehen-Widget, which now fails as soon as you drag an item over a scrollbar.

Today, I » wrote a test case documenting the situation in order to file a bug over at www.webkit.org - only to find that Dav Glass already filed this bug 9 days ago as Bug 16072.

Together with Bug 14736, this is an annoying situation for me as a widget developer. I hope both bugs get fixed soon and make it into OS X 10.5.2...

Update Dec 4, 2007
Great, the mousemove over scrollbar-bug has been fixed in the latest nightly version of WebKit.
0 comments