Live data from Hacker News

JQuery Scroll Path - Scroll a page along a custom path

joelb.me

31–40 of 46 posts

Re: JQuery Scroll Path - Scroll a page along a custom path

#32
post #22

I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…

This should a warning to all over-enthusiastic designers/developers on the Internet. Please stop creating custom scrollbars. Web browsers already provide wonderful scrollbars.

Re: JQuery Scroll Path - Scroll a page along a custom path

#33
post #22

I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…

This is completely missing the point of demos like these.

It doesn't matter whether it breaks the web. It also shows new ways of thinking.

Dont forget that whatever is currently the "rule" is always in flux.

I for one hope that people will continue to "break the web" like this.

Re: JQuery Scroll Path - Scroll a page along a custom path

#37
post #22

I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…

This should a warning to all over-enthusiastic designers/developers on the Internet. Please stop creating custom scrollbars. Web browsers already provide wonderful scrollbars.

I find it interesting that Gmail has custom scroll bars.

Re: JQuery Scroll Path - Scroll a page along a custom path

#38
post #22

I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…

This should a warning to all over-enthusiastic designers/developers on the Internet. Please stop creating custom scrollbars. Web browsers already provide wonderful scrollbars.

Do you really think discouraging enthusiastic designers and developers from building innovative things that push the boundaries of what's possible with browsers is the way forward?

... for the sake of preserving the status quo of default scrollbars, no less?

Come on.

Re: JQuery Scroll Path - Scroll a page along a custom path

#39
post #37

Earlier quoted context omitted.

This should a warning to all over-enthusiastic designers/developers on the Internet. Please stop creating custom scrollbars. Web browsers already provide wonderful scrollbars.

I find it interesting that Gmail has custom scroll bars.

But it's only a visual tweak - they still behave exactly like the normal scrollbars.

Re: JQuery Scroll Path - Scroll a page along a custom path

#40

Earlier quoted context omitted.

This should a warning to all over-enthusiastic designers/developers on the Internet. Please stop creating custom scrollbars. Web browsers already provide wonderful scrollbars.

Do you really think discouraging enthusiastic designers and developers from building innovative things that push the boundaries of what's possible with browsers is the way forward? ... for the sake of preserving the status quo of default scrollbars, no less? Come on.

Yes. The same way I would discourage an enthusiastic designer from building a car with the brake pedal on the right and the gas on the left.

The idea might be good -- most people are right-handed and might have better response times with their right leg when it's straighter. But there's too much inertia in the current convention, and the change can't be made incrementally without creating serious risks.

Post reply on HN