Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Fix browser compatibility issues #36

Open
alfongj opened this issue Aug 2, 2011 · 2 comments
Open

Bug: Fix browser compatibility issues #36

alfongj opened this issue Aug 2, 2011 · 2 comments
Assignees

Comments

@alfongj
Copy link
Owner

alfongj commented Aug 2, 2011

By now, the following issues have been found:

  1. In IE 9, when expanding the interface, it occupies slightly more than 100% in height, showing therefore a vertical scrollbar, which isn't nice. It works OK for every other browser I've tried, including IE 8, so it might be a IE 9 bug.
  2. In Android browser (Gingerbread), the PopUp output doesn't work, they load blank for a reason I haven't found yet.
  3. In Firefox and Chrome, the Scrolling with the mouse wheel seems not to work
  4. Shortcuts not working in some browsers: Ctrl L in IE9
@alfongj
Copy link
Owner Author

alfongj commented Aug 3, 2011

UPDATE: The cause of the third issue is chrome not passing the mouseScroll event to the flash container if it is has wmode activated to transparent, and something over it. Therefore, to solve it, wmode: transparent must be removed, and, as the 'Expand' button would disappear if doing so, it must be integrated into the flash container.

I open Issue #40 for such purpose.

@alfongj alfongj closed this as completed Aug 3, 2011
@alfongj alfongj reopened this Aug 3, 2011
alfongj added a commit that referenced this issue Aug 3, 2011
@alfongj
Copy link
Owner Author

alfongj commented Aug 3, 2011

UPDATE: in 72b2c41

  1. and 2) solved and closed

@ghost ghost assigned alfongj Aug 3, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant