Opened 15 years ago
Closed 15 years ago
#3461 closed bug (duplicate)
Extra blank space in $("selector").html() with IE
Reported by: | davide.gurgone | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | innerHtml, html(), IE, extra space | Cc: | davide.gurgone, flesler |
Blocked by: | Blocking: |
Description
Hi, this selector:
$('#alias').html();
returns:
- FF 3: '08-09-29-valentina_triennale'
- IE 7: '08-09-29-valentina_triennale ' <-- note the extra space
Applied to the following html:
<div class="mm_properties">
<ul>
<li id="alias">08-09-29-valentina_triennale</li>
</ul>
</div>
Hoping this will be useful.
Regards, Davide.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Cc: | davide.gurgone flesler added |
---|---|
need: | Review → Test Case |
Note: See
TracTickets for help on using
tickets.
Is this causing any kind of trouble ?