Open GoogleCodeExporter opened 9 years ago
Hi, does adding this line after super.handleLocationChange(event) (about line
169 of LoginWindow.as) fix the issue?
html.removeEventListener(Event.LOCATION_CHANGE, handleLocationChange);
Original comment by rovertn...@gmail.com
on 29 Aug 2011 at 4:29
or wait sorry, add that removeEventListener line only after instances where
html.stage.nativeWindow.close(); is called in that handleLocationChange method
in LoginWindow.as. You should only have to add it 3 times.
Original comment by rovertn...@gmail.com
on 29 Aug 2011 at 4:32
Original issue reported on code.google.com by
vaibhavv...@gmail.com
on 26 Aug 2011 at 4:05