Open Pauan opened 9 years ago
Isn't \0 supposed to be null? I'm using that as a trick to make the tooltip popup NOT
appear. Setting title to "" doesn't work. Using spaces doesn't work. But using \0 does.
I'll try \x00 and see if that still has the desired effect.
Reported by pcxunlimited
on 2011-01-28 19:56:50
Delegated
Alright, I changed \0 to \x00.
("\0" === "\x00") is true, so I don't think it'll cause any problems.
This is important enough to make another release. Thanks for the good report.
Reported by pcxunlimited
on 2011-01-28 20:01:40
Pending
I just pushed out version 3.6.5. Please tell me if this bug is still occurring with
that version or not.
Reported by pcxunlimited
on 2011-01-28 20:08:02
Verified
Works fine now (after updating to v3.6.5). Thanks for the quick update.
Reported by temp01irc
on 2011-01-29 00:58:47
Good, good. Seems a little weird that null would be counted as an octal escape. Either
way, I'm glad that the fix was easy.
Reported by pcxunlimited
on 2011-01-29 09:18:10
After your comment, I checked FF4 and noticed that it allows \0 in strict mode. So I
filed an issue for v8 (issue v8:1084) after confirming in #v8 channel.
Reported by temp01irc
on 2011-01-29 11:49:06
Reported by pcxunlimited
on 2012-08-27 23:44:48
Fixed
Originally reported on Google Code with ID 130
Reported by
temp01irc
on 2011-01-28 10:05:49