Live data from Hacker News

Untitled topic

news.ycombinator.com

51–53 of 53 posts

Re: undefined

#51
Well, the bug seems NOT to be on the ammount of fields, or that they are hidden.

But that they all have the same name="" in them. Probably causing Mobile Safari to loop trough all of them (at the same time?) for some reason.

Here is the same, but without the fields hidden, and without name attributes: http://jsbin.com/EziLODur

I just tested it on ios7, on a 4S and while there was a 2-4 second lag on the initial tap, after that it worked fine on every field.

Re: undefined

#52
post #40
post #34

Earlier quoted context omitted.

Do you have a real-world example of a form with 500 inputs?

Might I suggest a tax form?

Surely, those are divided in several steps/pages? Anything over 5 fieldsets and I’m sending it to the server first and then present a new page with the rest of the questions.

Re: undefined

#53

Earlier quoted context omitted.

Chrome (on iOS) does not use Nitro, it uses WebView.

I believe that was the point LordIllidan was trying to make; that is, because Chrome doesn't use Nitro, it remained unaffected because (possibly) the issue is within Nitro.

Stupid me was thinking "Blink" instead of "Nitro". Sorry :)
Post reply on HN