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

Datagrid horizontal scrollbar is not visible on win 11 with firefox browser #1066

Closed
rusiaikinat opened this issue Oct 4, 2022 · 1 comment
Assignees

Comments

@rusiaikinat
Copy link

rusiaikinat commented Oct 4, 2022

CUBA issues

Environment
VM: WinDev2209Eval (reproduced only on win11)
Platform version: 1.3.3
FireFox: 105.0.1

Steps:
Create a jmix project
Create a JPA Entity, add any attribute of any type, for example "String attr"
Create an Entity browser screen
Open descriptor the created screen
Replace the groupTable block with the dataGrid block

 <dataGrid id="newEntitiesTable" height="100px" width="200px" dataContainer="newEntitiesDc">
            <columns>
                <column id="attr" property="attr"/>
                <column id="attr1" property="attr"/>
                <column id="attr2" property="attr"/>
                <column id="attr3" property="attr"/>
                <column id="attr4" property="attr"/>
                <column id="attr5" property="attr"/>
                <column id="attr6" property="attr"/>
            </columns>
        </dataGrid>

Run project
Open firefox browser (reproduced only here) and open created screen in the running project
Not all columns are visible on the screen
picture1-fireFox
picture2-edge
AR: datagrid horizontal scrollbar is not visible in firefox browser
ER: datagrid horizontal scrollbar should be is visible in firefox browser

@natfirst
Copy link

Can't reproduce

Tested on:
Jmix version: 2.2.999-SNAPSHOT
Jmix Studio plugin version: 2.2.SNAPSHOT6111-233
IntelliJ version: IntelliJ IDEA 2023.3.4 (Ultimate Edition)

Firefox Browser 124.0b3 (64-разрядный)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants