[Phpmyadmin-devel] [Ajaxify the phpMyAdmin Interface] Help for testing changes
Piotr Przybylski
piotr.prz at gmail.com
Mon Jun 28 16:03:43 CEST 2010
2010/6/28 Ninad Pundalik <ninadsp16289 at gmail.com>:
> <snip>
>> Also "Add a new user" seems broken on the demo server[1] ("currently
>> running Git revision 06a7736 from master branch"), when I click the
>> link, the right frame never finishes loading. I see the textboxes for
>> creating a user for a fraction of a second before the page goes white.
> </snip>
> I'll test it on the demo server and figure out the issue. I suspect
> that a document.write() call is conflicting somewhere with jQuery.
Try to avoid using document.write() and use DOM manipulation methods
instead. XHTML documents should not use it.
--
Piotr Przybylski
More information about the Developers
mailing list