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

TextArea with Grow="true" makes scrollbar be briefly displayed in WebKit browsers (Chrome, Safari, Opera) #882

Open
DaniilVeriga opened this issue Aug 26, 2015 · 8 comments

Comments

@DaniilVeriga
Copy link

http://forums.ext.net/showthread.php?59968

Update: Issue is not exact same but the same behavior is replicated in the provided fiddle.
https://www.sencha.com/forum/showthread.php?302546

Issue is still actual in 6.0.1.

Exact fiddle code:

Ext.application({
    name : 'Fiddle',

    launch : function() {
        Ext.create("Ext.form.field.TextArea", {
            id: 'ctl03',
            margin: 10,
            renderTo: Ext.getBody(),
            fieldLabel: "Field",
            labelAlign: "top",
            grow: true,
            growMax: 150,
            growMin: 38
        });
    }
});
@DaniilVeriga DaniilVeriga changed the title TextArea with Grow="true" makes a scrollbar flashes in Chrome TextArea with Grow="true" makes a scrollbar flashes in WebKit browsers (Chrome, Safari, Opera) Aug 26, 2015
@fabriciomurta fabriciomurta changed the title TextArea with Grow="true" makes a scrollbar flashes in WebKit browsers (Chrome, Safari, Opera) TextArea with Grow="true" makes scrollbar be briefly displayed in WebKit browsers (Chrome, Safari, Opera) Dec 29, 2015
@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.0.2 release.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.2.1 release.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.0 release.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.1 release. Issue is acknowledged by Sencha under ID EXTJS-18418.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.2 release. Issue is acknowledged by Sencha under ID EXTJS-18418.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.3 release. Issue is acknowledged by Sencha under ID EXTJS-18418.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.6.0.258 release. Issue is acknowledged by Sencha under ID EXTJS-18418.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.7.0.161 release. Issue is acknowledged by Sencha under ID EXTJS-18418.

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

2 participants