PDA

View Full Version : Browser back via mouse click doesn't work in FireFox


rcyeager
06-11-2006, 09:53 AM
Here's a strange problem. The browser Back Button functionality cannot be invoked from a mouse button in Firefox.

To test, load the sample program at the developer's reference guide chapter 32 section 9 into a file and compile in Firefox. Observe how invoking the Back Button command from a mouse button click has no effect, while manually clicking the Back Button works OK!

This behavior does not occur in IE...works OK.

Since this test involves a compiled app, no wrapper/embed issue should be the cause. It may be caused by the way LZHistory is implemented (i.e. with the magic h.html & h.SWF files for browser communication), although this is just a guess from examining the code.

Will file into JIRA.

Robert