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

Duplicated buttons in top panel #16

Open
DartVerder opened this issue Mar 26, 2021 · 0 comments
Open

Duplicated buttons in top panel #16

DartVerder opened this issue Mar 26, 2021 · 0 comments
Labels
type: bug Something isn't working

Comments

@DartVerder
Copy link

Environment:
GrapesJs add-on version: 0.5.3
CUBA Platform version: 7.2.13
CUBA Studio plugin version: 15.3-202

Descriptions of the bug:

  1. Add grapesJS HTML Editor addon from the marketplace
  2. Create the screen with HTML Editor
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<window xmlns="http://schemas.haulmont.com/cuba/screen/window.xsd"
        caption="msg://newScreen.caption"
        messagesPack="com.company.untitled8.web.screens"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://schemas.haulmont.com/grapesjs/ui-component.xsd ">
    <layout>
        <xsi:grapesJsWebpageHtmlEditor id="htmlEditor">
            <xsi:disabledBlocks>
                map,tabs
            </xsi:disabledBlocks>
        </xsi:grapesJsWebpageHtmlEditor>
    </layout>
</window>
  1. Run application
  2. Open created screen

ER: each button on the top panel is unique
AR: some buttons on the top panel are duplicated
image

@DartVerder DartVerder added the type: bug Something isn't working label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant