Skip to main content

Bug Tracker

Side navigation

#14576 closed bug (cantfix)

Opened November 27, 2013 11:50AM UTC

Closed November 27, 2013 02:36PM UTC

Last modified November 28, 2013 10:11AM UTC

.text() returns contents of a pseudo-elements in IE11

Reported by: irnc Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.0.3
Keywords: Cc:
Blocked by: Blocking:
Description

.text() acts different in Chrome 31 and IE11.

Please see http://jsbin.com/iLUMAsE/2/edit.

Expected result is "Test after Test".

Actual result in Chrome is "Test after Test"; in IE11 it is "Test after Test after"

Attachments (0)
Change History (3)

Changed November 27, 2013 02:36PM UTC by dmethvin comment:1

resolution: → cantfix
status: newclosed

Probably the same root cause as #14355 and the same resolution on the jQuery side. I know that one is due to be patched by a hotfix soon so even if there was a workaround it probably would be obsolete before 1.11/2.1 was released.

Can you check at the Microsoft Connect site and see if it has been reported? I didn't find anything but "before" and "after" are considered noise words in their search so I may have missed it. https://connect.microsoft.com/IE/Feedback

Changed November 27, 2013 03:00PM UTC by dmethvin comment:2

I just updated my system with yesterday's patches and this appears to have been fixed. (Update versions: 11.0.1 KB2888505)

Changed November 28, 2013 10:11AM UTC by irnc comment:3

Just checked http://jsbin.com/iLUMAsE/2/edit in KB2888505, issue is still there. Link to Microsoft Connect from #14355 results in page not found for me, so I can not check if it is related or not.