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

In Edge, multiple expression in a html tag is not working #2855

Closed
6 tasks
infuzz opened this issue Apr 25, 2020 · 1 comment
Closed
6 tasks

In Edge, multiple expression in a html tag is not working #2855

infuzz opened this issue Apr 25, 2020 · 1 comment

Comments

@infuzz
Copy link

infuzz commented Apr 25, 2020

  1. Describe your issue:

In Microsoft Edge (legacy, not the new chromium), riot Tag is not displayed if we have multiple {var} in the same html tag, very strange !
Works : <h1>{ state.message }</h1> <h1>{ state.message2 }</h1>
Does not work : <h1>{ state.message } { state.message2 }</h1>
Does not work too ! : <h1>Hello { state.message }</h1>

Console shows : "Unhandled promise rejection NotAllowedError" but without line number.

  1. Can you reproduce the issue?

Post the link using one of our bug report templates:

  1. On which browser/OS does the issue appear?
    Only on EDGE 44.18362.449.0 (the last EDGE version. Not IE11 (-; )
    It works well on chrome 81 and in the new Edge Chromium also

  2. Which version of Riot does it affect?
    4.12.0

  3. How would you tag this issue?

  • Question
  • [ X] Bug
  • Discussion
  • Feature request
  • Tip
  • Enhancement
  • Performance
@infuzz infuzz changed the title In Edge, multiple expression in a tag is not working In Edge, multiple expression in a html tag is not working Apr 25, 2020
GianlucaGuarini added a commit to riot/compiler that referenced this issue Apr 26, 2020
@GianlucaGuarini
Copy link
Member

Fixed in Riot.js@4.12.1 Thank you for reporting it

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

2 participants