[Bug 588595] Re: Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)

Justin Lebar justin.lebar at gmail.com
Wed Jun 2 06:11:42 UTC 2010


I'm a FF developer, and I'm not sure this is a FF bug.

FF 3.7 introduced a new HTML5-compliant parser, and I think it's
rejecting the content inside the <button> tag.

Here's the raw source:

<p><button class="download" onClick="document.forms['start-download'].submit();">
    <h5>Start download</h5>
    <h5 class='download-started' style='display: none;'>Download started</h5>
    <h6>Ubuntu Desktop Edition <span id="bitcount">32</span>-bit</h6>
</button></p>

And here's the generated DOM (from selecting the content and clicking
"show selection source"):

<p><button class="download" onclick="document.forms['start-download'].submit();">
</button></p><h5>Start download</h5>
<h5 class="download-started" style="display: none;">Download started</h5>
<h6>Ubuntu Desktop Edition <span id="bitcount">32</span>-bit</h6>
<p></p>

-- 
Ubuntu download button renders inccorrectly in Firefox 3.7 (trunk)
https://bugs.launchpad.net/bugs/588595
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list