-
Notifications
You must be signed in to change notification settings - Fork 17
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
IBX-759: Fixed wrong class taken to calculate toolbar's width #196
Conversation
Failing tests are unrelated, this case is already known by QA. |
@konradoboza Ive come across this bug also on 2.5 |
I will fix it in another PR since the affected code in 2.5 is a part of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approved.
Checked on Ibexa Commerce 3.3.5 with .diff.
@alongosz could you please merge this one? |
You can merge it up now. |
2.3
,master
Currently, there is a wrong class specified when calculating the toolbar's width. That results in JS errors when it changes. Went for
.ae-toolbar-styles
as it seems to be a generic class shared between all the affected toolbars.TODO:
$ composer fix-cs
).