Skip to content
Discussion options

You must be logged in to vote

Hello Henry,

seems you've done right as far as i can tell from your description. However it would be more helpful to share a complete page or at least the fx-fore element block along with the data you're loading.

You're editing in eXide which MAY be part of the issue. Unfortuneltely eXide does not properly serialize html sometimes auto-closing elements when it shouldn't.

Example:
when saving in eXide it may something like this:

<fx-setfocus control="foo"></fx-setfocus>

serializes to

<fx-setfocus control="foo" />

which is fine for XML but not HTML. All html element must have an explicit closing tag with very few eceptions like meta, link, input, img...

This results in a different DOM whe…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Henryfunk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants