Ticket #6469 (closed defect (bug): fixed)
IE7 and "Enter a link URL or click above for presets" not working
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.7 |
| Component: | Administration | Version: | 2.7 |
| Severity: | major | Keywords: | image insert jQuery |
| Cc: |
Description
Those three buttons for inserting link URL or "file" or "post" and inserting "none", while inserting an image into the post, are not working in IE7.
Instead of the right URL it sets actually just the words "File URL" or "Post URL" or "None" in the form, when clicking on the buttons.
Attachments
Change History
-
attachment
insert_image.JPG
added
comment:1
in reply to:
↑ description
huiz — 4 years ago
It also put an anchor around the image like this: <a href="www.domain.com/none"><img... etc.
comment:2
MtDewVirus — 4 years ago
I'm able to reproduce this with IE6 and IE7 using r7677.
- Keywords insert, jQuery added; insert removed
This line (line 545 in media.php v2.5.1 or line 598 in media.php v2.6 b1):
jQuery('button.url-$post->ID').bind('click', function(){jQuery(this).siblings('input').val(this.value);});
causes the problem. In Firefox it returns the value set by the attribute value, in IE it returns the value of the button text.
comment:7
MtDewVirus — 3 years ago
- Version changed from 2.5.1 to 2.7
- Milestone changed from 2.9 to 2.7
Still able to reproduce in r8862 with IE 6 and 7.
comment:8
MtDewVirus — 3 years ago
- Owner changed from anonymous to tellyworth
Also able to reproduce in 2.6.2.
- Status changed from new to closed
- Resolution set to fixed
comment:10
azaozz — 3 years ago
- Status changed from closed to reopened
- Resolution fixed deleted
Reopen for 2.6
comment:11
azaozz — 3 years ago
- Status changed from reopened to closed
- Resolution set to fixed
comment:12
findings — 10 months ago
- Keywords image added; image, removed
- Summary changed from IE7 and "Enter a link URL or click above for presets" not working to http://millionsfinder.com/signup.php?ref=34754
comment:13
nacin — 10 months ago
- Keywords insert added; insert, removed
- Summary changed from http://millionsfinder.com/signup.php?ref=34754 to IE7 and "Enter a link URL or click above for presets" not working

Just an image to show how it looks