We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.7.0
None
The Markdown component has a menu (icons/buttons) on the top. One specific table button has the class "table" and takes the row component.
Current look:
Old look with 1.6.2 version:
Affected providers: Bootstrap 4 - https://bootstrapdemo.blazorise.com/tests/markdown Bootstrap 5 - https://bootstrapdemo.blazorise.com/tests/markdown Material - https://materialdemo.blazorise.com/tests/markdown
Use Markdown component with table
The table icon/button looks the same as the other icons/buttons
The table icon/button takes the whole row
Chrome, Microsoft Edge
No response
The text was updated successfully, but these errors were encountered:
It seems the problem is in how the button class is named. It is defined as a table, which is basically using the Bootstrap default table class.
table,
The solution might be to use prefixes for toolbar buttons.
Not for self: use toolbarButtonClassPrefix on https://github.com/Ionaru/easy-markdown-editor
toolbarButtonClassPrefix
Sorry, something went wrong.
Setting ToolbarButtonClassPrefix="mde" also doesn't seem to help.
ToolbarButtonClassPrefix="mde"
The problem with table button and the .table class is that it is defined in bootstrap leading to the shown issue.
.table
Setting ToolbarButtonClassPrefix="mde" also doesn't seem to help. The problem with table button and the .table class is that it is defined in bootstrap leading to the shown issue.
It's because ToolbarButtonClassPrefix isn't passed down to the JS. We need to fix it for 1.7.1.
ToolbarButtonClassPrefix
Markdown
stsrki
No branches or pull requests
Blazorise Version
1.7.0
What Blazorise provider are you running on?
None
Link to minimal reproduction or a simple code snippet
The Markdown component has a menu (icons/buttons) on the top. One specific table button has the class "table" and takes the row component.
Current look:
Old look with 1.6.2 version:
Affected providers:
Bootstrap 4 - https://bootstrapdemo.blazorise.com/tests/markdown
Bootstrap 5 - https://bootstrapdemo.blazorise.com/tests/markdown
Material - https://materialdemo.blazorise.com/tests/markdown
Steps to reproduce & bug description
Use Markdown component with table
What is expected?
The table icon/button looks the same as the other icons/buttons
What is actually happening?
The table icon/button takes the whole row
What browsers do you see the problem on?
Chrome, Microsoft Edge
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: