Menu

#22 doctype causes results to appear at bottom right corner

open
nobody
None
5
2010-07-20
2010-07-20
Doug K
No

If you declare the doctype on your webpage, Firefox wasn't able to parse the Javascript correctly. I narrowed the bug down to the showSmartInputFloater function, where the lines

siw.floater.style.left = x;
siw.floater.style.top = y;

should read

siw.floater.style.left = x + "px";
siw.floater.style.top = y + "px";

as this attribute should have units for it to work in standards compliant browsers.

Discussion


Log in to post a comment.