Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5617 closed bug (notabug)

.attr("src") shows different values for ie7 vs 8

Reported by: hsnopi Owned by:
Priority: major Milestone:
Component: ui.core Version: 1.8.1
Keywords: attr, src, different Cc:
Blocked by: Blocking:

Description

Found an issuein ie7 vs 8. take the code <img src="/file/path/goes/here/1.jpg"> at the site http://www.fakesite.com/

$("img").attr("src"); shows the following in IE 8:

/file/path/goes/here/1.jpg

but in IE 7:

http://www.fakesite.com/file/path/goes/here/1.jpg

Change History (2)

comment:1 Changed 13 years ago by Scott González

Resolution: invalid
Status: newclosed

Please ask about this on the forum.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.