Bug Tracker

Modify

Ticket #3461 (closed bug: duplicate)

Opened 5 years ago

Last modified 4 years ago

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
Blocking: Blocked by:

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

comment:1 Changed 5 years ago by flesler

Is this causing any kind of trouble ?

comment:2 Changed 5 years ago by flesler

  • Cc davide.gurgone, flesler added
  • need changed from Review to Test Case

comment:3 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #3144

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.