Skip to main content

Bug Tracker

Side navigation

#3461 closed bug (duplicate)

Opened October 08, 2008 09:43AM UTC

Closed January 14, 2009 04:28AM UTC

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.

Attachments (0)
Change History (3)

Changed October 08, 2008 02:28PM UTC by flesler comment:1

Is this causing any kind of trouble ?

Changed October 08, 2008 02:28PM UTC by flesler comment:2

cc: → davide.gurgone, flesler
need: ReviewTest Case

Changed January 14, 2009 04:28AM UTC by dmethvin comment:3

resolution: → duplicate
status: newclosed

Duplicate of #3144