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

Revert "Fix inline theme parameters encoding for '#'" #26

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Jun 12, 2018

Reverts #23

Reverting this as it currently breaks the runtime and needs additional decoding within sap.ui.core.theming.Parameters.

@matz3 matz3 requested a review from RandomByte June 12, 2018 11:49
Copy link
Member

@RandomByte RandomByte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@matz3
Copy link
Member Author

matz3 commented Jun 27, 2018

Reverting this to be compatible with all current UI5 versions.
A proper fix will be released as a new version 0.6.0.

@matz3 matz3 merged commit b8f2d4f into master Jun 27, 2018
@matz3 matz3 deleted the revert-23-fix-inline-params-encoding branch June 27, 2018 07:33
matz3 added a commit that referenced this pull request Sep 10, 2018
Proper encoding fix. See #23, #26.

A '#' character marks the start of the URI fragment component and needs
to be escaped to be part of the body.

Currently, this still works without encoding, but browsers might change
this in future.
See: https://www.chromestatus.com/features/5656049583390720
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

Successfully merging this pull request may close these issues.

None yet

2 participants