[Webkit-unassigned] [Bug 5453] FlexScroll Custom Scrollbars don't work with Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 20 16:22:37 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=5453





------- Comment #9 from emrahreg at hesido.com  2007-01-20 16:22 PDT -------
I finally got around detecting newer Safari's (>2.0.4), and implemented it on
http://www.hesido.com/web.php?page=customscrollbarsafariblocktest
as beta. I thought of bug detection but that would elongate the code a lot, so
I simply went for HTMLElement and HTMLElement.prototype detection on top of the
simple user-agent Safari detect, which allowed me to run fleXcroll on new
webkits, while successfully blocking old Safari's with the fewest line of code.
I'd appreciate if you could do some testing, I am testing using a VNC server
and I could only get thus far.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list