Ticket #2528825 (closed defect)
ReporterWesley Mostien |
Opened: 03/5/10 Last modified: 03/6/10 Status: closed Type: defect Resolution: invalid |
Owner Dav Glass |
Target Release: Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Editor - Resize handles issues | ||
| Description: | In Firefox : When an image is selected, you get the 6 resize handles to resize the current selected image. Now double click the image, you get the 'image properties window'. Change the textflow or alignment of the I have no idea how to solve this or even where to look. Are these handles created through css, JS, ...? I don't see it. In IE : The above works there as it supposed to. But.... the resize handles are rendered/shown on top the 'image properties window'. Not really beautiful. |
||
| Type: | defect | Observed in Version: | 2.8.0 |
| Component: | Editor | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | |
| Location: | Priority: | P3 (normal) | |
| Tags: | editor, resize handles | Relates To: | |
| Browsers: | Firefox 2.x - All,Firefox 3.x - All,IE - All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/5/10
|
|
Posted: 03/6/10
Editor doesn't handle this interaction, it's built into the browser. Firefox has had this issue for several releases and there is no fix for it as of yet. |
|
Posted: 03/6/10
|
|
Posted: 03/6/10
OK, but what makes the resize handles appear around the image when you click it ? Which css styling or is it javascript ? Has it do with the 'contentEditable' attribute ? Thanks for helping |
|
Posted: 03/6/10
I have this & seems to work for Firefox, IE6-8 : (newEditor = editor) YAHOO.widget.Editor.prototype.moveWindow = function(){ } So when double clicking on an image, the resize handles disappear, but the image is still 'selected'... You know a way to put the resize handles back on the image? (focus, trigger, ... ?) |
|
Posted: 03/6/10
It happens when designMode is set on the iframe to edit. This is still not a valid bug, it's a quirk in the browser. Since IE and FF are the only A-Grade that supports this "extra" interaction Editor will not do anything to normalize it. |


I mean '8 handles' instead of 6...thanks