pauladaniel / calendardateselect

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

  breaks XHTML 1.0 Transitional pages in firefox #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set the Doctype in your application layout for your pages:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg" xml:lang="en" lang="en">

2. use a pop up calendar in a page
3.  view the page in firefox and click on the calendar icon.

What is the expected output? What do you see instead?
the calendar should popup.  Instead I see error message in firefox error
console complaining about &nbsp;

What version of the product are you using? On what operating system?
Ubuntu Gutsy, firefox 2.0.0.11, rails 1.2.3

Please provide any additional information below.
I did a search and replace on &nbsp;   replacing it with &#160 and the
issue goes away, the popup works fine

Original issue reported on code.google.com by cjlem...@gmail.com on 20 Dec 2007 at 7:14

GoogleCodeExporter commented 8 years ago
This has been resolved in trunk.  Thanks!

Original comment by timchar...@gmail.com on 28 Feb 2008 at 9:45