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

Context help icon breaks layout on Desktop if it is enabled programmatically #1230

Open
jreznot opened this issue Sep 1, 2018 · 0 comments
Assignees
Labels
client: desktop type: bug Something isn't working

Comments

@jreznot
Copy link
Contributor

jreznot commented Sep 1, 2018

Environment

  • Platform version: 6.8.12
  • Client type: Desktop

Original problem introduced in https://youtrack.cuba-platform.com/issue/PL-10145

Relates to #1218

Description of the bug or enhancement

  • Minimal reproducible example
        <grid margin="true" spacing="true">
            <columns count="2"/>
            <rows>
                <row>
                    <label value="Bug"/>
                    <textArea id="textArea"
                              height="200px"
                              width="100%"/>
                </row>
            </rows>
        </grid>

Code:

    @Inject
    private TextArea textArea;

    @Override
    public void init(Map<String, Object> params) {
        textArea.setContextHelpText("Test");
  • Expected behavior

TextArea should have height 200px

  • Actual behavior

bug

@jreznot jreznot added client: desktop type: bug Something isn't working labels Sep 1, 2018
@jreznot jreznot added this to the Release 6.8 milestone Sep 1, 2018
@jreznot jreznot removed this from the Release 6.8 milestone Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client: desktop type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants