Closed GoogleCodeExporter closed 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.
Original comment by pcxunlimited@gmail.com
on 28 Jan 2011 at 7:56
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.
Original comment by pcxunlimited@gmail.com
on 28 Jan 2011 at 8:01
I just pushed out version 3.6.5. Please tell me if this bug is still occurring
with that version or not.
Original comment by pcxunlimited@gmail.com
on 28 Jan 2011 at 8:08
Works fine now (after updating to v3.6.5). Thanks for the quick update.
Original comment by temp01...@gmail.com
on 29 Jan 2011 at 12:58
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.
Original comment by pcxunlimited@gmail.com
on 29 Jan 2011 at 9:18
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.
Original comment by temp01...@gmail.com
on 29 Jan 2011 at 11:49
Original comment by pcxunlimited@gmail.com
on 27 Aug 2012 at 11:44
Original issue reported on code.google.com by
temp01...@gmail.com
on 28 Jan 2011 at 10:05