-
Notifications
You must be signed in to change notification settings - Fork 151
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
Problem with focusing number inputs when in editor (Firefox) #544
Comments
@StephanHoyer Thanks for reporting. This looks like it may be related to an FF bug and/or over-zealous same-origin policy protections. Oddly, I am only to repro sporadically using your fiddle above. |
I'm not using any iframe. For me this happens every the time.
|
I can reliably replicate this issue as well, it's weird though - how is this any different to losing focus to anything else, we're not seeing this issue with toolbars for instance. |
I just ran into this as well. Happens in jsfiddle every time for me as well (though I had to update the jsfiddle mobiledoc src link). It happens as soon as I click into the number input, no need to do anything first. Backtrace:
Looks to me like it's just mobiledoc checking to see if the node that has focus [number input] is one of its own, not actually trying to set It's something specific about the It does seem like it should be related to the input being in an |
see https://jsfiddle.net/cmx66/ct30oavg/
Error: Permission denied to access property "_uuid"
The text was updated successfully, but these errors were encountered: