Inline uploader problem
-
When I upload an image using IE 6 and select “Use original” + “Bot Linked” the image is sent to the editor having this atribute
"height=96"
. This should be removed by this line:h = h.replace(new RegExp(' (width|height)=".*?"', 'g'), ''); // Drop size constraints
but it’s not: that because it not
height="96"
(see quotes)Quotes should be there but they’re not … Anyway .. if someone had the same problem I’d appreciate some help. Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Inline uploader problem’ is closed to new replies.