Bugs item #27045, was opened at 2009-09-03 22:42
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27045&group_id=126

Category: `gem server` command
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Eric Young (eay)
Assigned to: Nobody (None)
Summary: The <button .... /> in the generated html causes display problems.

Initial Comment:
The main page in the gem server returns html of the form

<button type="submit" style="display:none" />

While firefox accepts this, Opera 10 and IE8 do not, they don't display the 
rest of the page.
>From what I can read, this should be

<button type="submit" style="display:none"></button>

What happens is that the 'display:none' style is applied to the rest of the 
page, since there there is no </button>.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27045&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to