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

Unpredictable order of elements, when using #+ #119

Open
sindikat opened this issue Sep 6, 2015 · 4 comments
Open

Unpredictable order of elements, when using #+ #119

sindikat opened this issue Sep 6, 2015 · 4 comments

Comments

@sindikat
Copy link
Contributor

sindikat commented Sep 6, 2015

Strange bug. Try running https://github.com/HeinrichApfelmus/threepenny-gui/blob/master/samples/CurrencyConverter.hs

You'll see that "Euro:" and "Dollar:" are usually after the input, not before. But even more, if you press F5 a few times, sometimes "Amounts update while typing" will render after the inputs.

I'm using threepenny-gui-0.6.0.3, and I installed via stack.

@HeinrichApfelmus
Copy link
Owner

That's really weird, I can't reproduce this. Can you post a screenshot? What is your browser? (I'm using Chrome).

@sindikat
Copy link
Contributor Author

sindikat commented Sep 6, 2015

I use Firefox 40.0

@duplode
Copy link
Contributor

duplode commented Sep 6, 2015

I can't reproduce this on Firefox 39.0 (as opposed to 40.0).

@HeinrichApfelmus
Copy link
Owner

Aha, I can reproduce this on Firefox 40.0.3 after opening the Firebug console. In other words, loading the page in a new window gives the right result for me, but reloading the page while the "Inspect Element" dialog is open will result in the order of elements being inverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants