Live data from Hacker News

Breaking down Amazon's mega dropdown

bjk5.com

201–203 of 203 posts

Re: Breaking down Amazon's mega dropdown

#201
post #126

Earlier quoted context omitted.

You can always disable auto-focus on the client side if you don't like it. I have 'focuscontent' set in Vimperator which will "Focus the content after a page has loaded. [...] When on, it blurs any textbox which often is automatically focused on page load." I'm sure there are similar extensions for your browser of choice.

>You can always disable auto-focus on the client side if you don't like it. Spoken like a true hacker. Too often a site discussed on HN is criticized for a design decision that is easily changeable on the client. Anything that is slightly inconvenient for one specific workflow is a "misfeature", ignoring entirely that many people like it that way. A site designer cannot please everyone. Most non-hackers do not even n…

I can't disagree more. Most people don't even know they can use space bar to scroll down, but it ain't no reason to break this behavior. I have seen sites breaking double clicks in edit fields or even using click to edit on texts, like trello, it is plain wrong.

Re: Breaking down Amazon's mega dropdown

#202

So who's going to submit the pull request to Bootstrap?

Bootstrap 3 will actually be dropping submenu support: http://blog.getbootstrap.com/2013/02/07/bootstrap-2-3-releas... ( Bootstrap 3 update > "Dropping submenu support." )

They're back in, due to popular demand:

https://github.com/twitter/bootstrap/commit/6ccf588a8e08a9f9...

Re: Breaking down Amazon's mega dropdown

#203
post #97

Earlier quoted context omitted.

Off-topic, but can't miss this opportunity: Please tell us why the Amazon homepage doesn't auto-focus into the search box. I think of this every single time I go to the site.

/rant I loathe online store sites that auto-focus the search box. Worst are the ones that do it on every single page, including item detail pages. I use the space bar to scroll webpages down, especially on my laptop, which has a very small screen so that I almost always have to scroll down to get past header crap and get to the meat of the page. And no mouse, just a mediocre touchpad. I can maybe accept auto-focusing…

A little Prototype function for this; https://gist.github.com/peterjaap/5128851
Post reply on HN