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

Add support for Firefox #3

Closed
dsebastien opened this issue Mar 21, 2014 · 3 comments
Closed

Add support for Firefox #3

dsebastien opened this issue Mar 21, 2014 · 3 comments

Comments

@dsebastien
Copy link
Owner

Self explanatory :)

@dsebastien
Copy link
Owner Author

I just tried using Firefox 28 on Windows 8.1 64-bit and functionality wise, everything seems to work fine. I only notice an issue with the CSS applied to the Reset, Clear Everything & Save buttons.

At the time I developped the app, most CSS3 properties had to be prefixed; this has evolved now and the syntax has changed for some.

I'm going to update the stylesheet :)

@dsebastien
Copy link
Owner Author

Fixed the gradient, change online :)

@dsebastien
Copy link
Owner Author

Okay found the culprit. It's the new HTML5 input type=number that isn't correctly supported under FF :(
I suppose that they didn't agree on the implementation. The result is that the following doesn't work under firefox: <input type="number" min="1" id="duree" required ...

The 'min' attribute doesn't seem to be taken into account.

Worked around this issue by putting the duration to 1 if 0 is provided...

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