• 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)
  • Thread Starter mihaigrigori

    (@mihaigrigori)

    I’m using WP 2.01

    I’ve had the same trouble with the RegExp functions in IE.

    I’d like to tell users not to use IE, but if there’s a way to get this function to work by some sort of hack I’d love to know.

    I met the same trouble. However, I can not tell my user to switch Firefox. Is there anyway to change the insert img src code? I don’t even need thumb function.

    I have found a way to solve the trouble. See here and here.

    I was able to get quotes working properly if I altered the javascript Regex from ([^'"][^ ]*) to ([^'"][^ ]+?)
    Look for function sendToEditor(n) in inline-uploading.php.

    And I recommend the Image manager plugin as another alternative to inline-uploading.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Inline uploader problem’ is closed to new replies.