#1962 closed defect (bug) (fixed)
Image disappear from image-upload in Opera
Reported by: | anon | Owned by: | rboren |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | 2.0 |
Component: | Administration | Keywords: | inline-image bg|has-patch |
Focuses: | Cc: |
Description
When changing from "link to page" to "link to image" and press close, the image disappear from the view in Opera. The image appear again if the "All images" link is pressed, but the option isn't saved.
Attachments (1)
Change History (9)
#4
@
19 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
- Version changed from 1.6 to 2.0
The problem still persists.
#5
@
19 years ago
Okay, I've installed latest public Opera build and I can confirm the problem. The selected image acts as if display:none; when it is clicked. It restores when Cancel is clicked, unless another option was clicked first.
IMO there's nothing wrong with the script. LouisC, who has access to internal Opera bug reporting tools, has submitted the bug to the Opera team, bug number 188530.
I tried to figure out what attributes are getting fouled by Opera, but I had no luck.
#6
@
19 years ago
- Keywords bg|has-patch added
- Owner changed from skeltoac to rboren
- Priority changed from low to high
- Severity changed from normal to major
- Status changed from reopened to new
All right, I've worked around it. The attached patch works nicely in WinIE, FF 1.0.7 and 1.5, Opera 8, and very possibly some other browsers I don't have.
The patch also removes the "You can drag and drop" fallacy and introduces a "Send to Editor" button for each attachment. Works well in RTE and Quicktags mode in the above browsers, plus Safari--can you believe it?! Thanks to masquerade for letting me VNC to his Mac.
Patch also respects unfiltered_html cap for rich editor.
Also adds ability to degrade to Quicktags if tinyMCE was enabled but failed to start.
Also fixes a bug in AjaxCat that sometimes threw a JS error. (Still should be moved out of admin-header.php!)
Reworked script in [3225], please reopen if problem persists.