Recent activity
Subscribe to this feed
A comment on the problem "Declaring 'Block' variable in Javascript" in Mozilla:
Could you please check the comment below? – Roel, on November 06, 2008 15:46
Roel replied on September 18, 2008 16:21 to the problem "Declaring 'Block' variable in Javascript" in Mozilla:
Hi,
Thanks for responding. This following html reproduces the bug:
<html>
<head>
<title>Ubiquity bug</title>
</head>
<body>
< script type="text/javascript">
var Block = 'hello';
alert(Block);
< /script>
</body>
</html>
(script-tags are escaped with a space in order to be able to post it here)
With Ubiquity disabled I get an alert box, with it enabled it doesn't appear.
Loading Profile...
