Browser rants #4593543

Beatnik on 2005-10-23T21:04:54

Another typical developer-user discussion:
user: Feature X doesn't work
developer: Ofcourse it does

9 times out of 10, the developer is right and the user is wrong.. 1 time out of 10, the user is right. This is what happened to me just now and I feel bad!

The current problem consists of a page with 3 image style buttons, all with the same name, all in the same form. The value indicates which button/image was pressed. I checked the value based on the name (as I would with a normal button). In Firefox (which I normally use for development), this works fine. In Internet Explorer (which the user, in this case Adinda, uses) it doesn't. I discovered this after a VNC session and some warn statements in my code. I haven't fixed the problem YET.. but this is still a development phase so I'm allowed to postpone ;) plus, I'm posting this rant so, later, I can refer to it again.

YOU! If you're reading this.. Did you fix that Navbar issue with the imagebuttons??? Did you?? I dare you! ;)