Ticket #67 (closed defect: fixed)

Opened 1 year ago

Last modified 3 months ago

problem with resizing images

Reported by: rhino Assigned to: jf.hovinne
Priority: major Milestone: 0.5
Component: Editor Version: trunk
Keywords: image insertion, image resizing Cc:

Description

Problems exist with resizing images once they are inserted into WYMEditor; in 0.4 beta. After an image is inserted and a resize is attempted the border with handles appears as it should. When the user attempts to drag and drop the handles around, the "ghosted" preview image appears overtop as it should. However when the mouse is released nothing happens; it just keeps dragging around. The only way to clear the drag handle from the mouse position is to refresh the page. It seems like the mouseDown behavior is working correctly but the mouseUp behavior is kicked.

The problem seems to be localized to FF2 as far as I can tell, but it happens on both PC and mac. It seems to work fine in IE 6 and 7 on PC. I haven't been able to test in FF 1 yet. I can't test it on mac safari because the js crashes it, as expected I guess.

Change History

08/08/07 17:13:20 changed by jf.hovinne

  • priority changed from major to minor.
  • status changed from new to assigned.

Switching from mouseup to mousedown fixes the issue in FF, but Opera doesn't like the fix: the image isn't selected anymore. Any solution to avoid browser specific code is welcome.

09/06/07 13:12:07 changed by jf.hovinne

  • milestone changed from 0.4 to 0.5.

10/05/07 09:33:16 changed by wojtek

Same problem exist with resizing tables in FF (both Mac OS X and Windows).

05/15/08 23:31:39 changed by jf.hovinne

  • priority changed from minor to major.

06/04/08 21:53:10 changed by brodock

just to let you know it has the same problem with firefox 3

08/30/08 11:58:44 changed by jf.hovinne

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed by r529: switched to mousedown. Opera issue to be investigated.