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

fix(ui5-file-uploader): fixing the console warning #4605

Merged
merged 1 commit into from
Jan 31, 2022

Conversation

tsanislavgatev
Copy link
Contributor

fixes: #4592

@unazko unazko self-requested a review January 24, 2022 09:17
@@ -9,7 +9,9 @@
horizontal-align="Left"
>
<div slot="header" class="{{classes.popoverValueState}}" style="{{styles.popoverHeader}}">
<ui5-icon class="ui5-input-value-state-message-icon" name="{{_valueStateMessageInputIcon}}"></ui5-icon>
{{#if _valueStateMessageInputIcon}}
Copy link
Contributor

Choose a reason for hiding this comment

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

This private method has wrong code documentation. It is not only relevant for the horizon theme so it seems.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, It doesn't work only on horizon theme, but the difference made from the result can be observed only on horizon theme, as the value state icon is only visible on the horizon theme. So it is and it is not at the same time.

@tsanislavgatev tsanislavgatev requested a review from unazko January 28, 2022 13:53
@unazko unazko requested review from ilhan007 and fifoosid January 31, 2022 08:32
@ilhan007 ilhan007 merged commit 197f3f9 into master Jan 31, 2022
@ilhan007 ilhan007 deleted the fileuploader-console-warning-fix branch January 31, 2022 10:33
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.

FileUploader sending warn messages in the console
3 participants