Bug Tracker

Modify

Ticket #8746 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

.text() Bug in IE7 with Iframes

Reported by: aaronm67 Owned by:
Priority: low Milestone: 1.next
Component: manipulation Version: 1.5.2
Keywords: Cc:
Blocking: Blocked by:

Description

If a collection contains items from two different frames, .text(val) on that collection will throw an error in IE7.

EX:

<script>

$("iframe").contents().find("span").text("fails");

</script>

<iframe src="frame1"><span>frame1</span>
<iframe src="frame2"><span>frame2</span>

Change History

comment:1 Changed 2 years ago by rwaldron

  • Priority changed from undecided to low
  • Resolution set to duplicate
  • Status changed from new to closed
  • Component changed from unfiled to manipulation

comment:2 Changed 2 years ago by rwaldron

Duplicate of #7208.

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.