cheerq / flexmdi

Automatically exported from code.google.com/p/flexmdi
0 stars 0 forks source link

Cursor Position Error in AIR #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an AIR app with a window
2. Put a MDIWindow inside that new Window
3. Attempt to resize the MDIWindow inside the mx:Window

What is the expected output? What do you see instead?
I expect to see the cursor track normally, it however moves inside the main
window of the AIR app.

What version of the product are you using? On what operating system?
HEAD

Please provide any additional information below.
The reason for this is pretty simple, directly from the Docs:
"In AIR, each mx.core.Window instance uses its own instance of the
CursorManager class. Instead of directly referencing the static methods and
properties of the CursorManager class, use the Window.cursorManager
property to reference the CursorManager instance for the Window instance."

There is a patch attached, not sure if you will like how it's done, it
seemed like the path of least resistance though.

Original issue reported on code.google.com by daniel.m...@gmail.com on 25 Feb 2008 at 8:07

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry forgot to attach the AIR app used to test the error and the fix.

Original comment by daniel.m...@gmail.com on 25 Feb 2008 at 8:10

Attachments: