Saravananscope / dragtable

Automatically exported from code.google.com/p/dragtable
0 stars 0 forks source link

won't work in strict XHTMl 1.0 #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Take an HTML file with a working dragtable
2. Edit the doctype to <!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3. Rename the file ending to .xhtml
4. Open the file local in a browser window.

What is the expected output? What do you see instead?
Nothing happens at all.
But the Firefox Web consol prints the following errors:
12:19:31.493 TypeError: elt is null dragtable.js:123
12:19:32.325 Not defined entity

What version of the product are you using? In what browser?
version 2
7th April 2007

In Firefox 27.0.1 and Internet Explorer 11.0.9600.16518

Original issue reported on code.google.com by cisfy...@googlemail.com on 5 Mar 2014 at 11:22