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

Can't type spaces (with space bar) in iggrid filter #122

Closed
Schoof-T opened this issue Jan 12, 2018 · 5 comments
Closed

Can't type spaces (with space bar) in iggrid filter #122

Schoof-T opened this issue Jan 12, 2018 · 5 comments
Assignees

Comments

@Schoof-T
Copy link

Schoof-T commented Jan 12, 2018

After upgrading to the latest version of igniteui (2017.2, 456) and the latest version of igniteui-angularjs (1.2.1) I can no longer type whitespaces in a filter of an iggrid.

I can type every other possible character, except for spaces. I can type spaces with the alt code (ALT + 32) but not with the space bar.

When I create the same grid from JQuery I can type spaces with the space bar.

Below is an example of a very simple grid where this is no longer possible.

        <ig-grid id="ig-yard"
                 data-source="[email protected]"
                 width="auto"
                 height="315px"
                 auto-commit="true"
                 auto-generate-columns="false">
            <columns>
                <column key="key" header-text="Identifier" width="0" data-type="string"></column>
                <column key="value" header-text="Name" data-type="string"></column>
            </columns>
            <features>
                <feature name="Filtering" mode="simple" render-filter-button="false"></feature>
            </features>
            <feature name="Tooltips"
                     visibility="overflow"
                     style="popover">
            </feature>
        </ig-grid>

Anything I could be doing wrong / any way to fix this?

@Schoof-T
Copy link
Author

I have an update for this issue. It was unrelated to the igniteui-angularjs component.
When I disable the render-filter-button I can type spaces. Enabling it again disables typing spaces.

This seems to be an issue in general with IgniteUI 2017.2: http://jsfiddle.net/t6y6vm60/

Should I post this issue on the website of Infragistics or will you do this?

@dkamburov
Copy link
Collaborator

dkamburov commented Jan 15, 2018

Yes, this issue is not for this repository, please report it through the website

@Schoof-T
Copy link
Author

Schoof-T commented Jan 15, 2018

No, as I said, I was wrong in my assumption: I left out the 'render-filter-button' option in my jquery tests (by accident), hence why I thought it was an issue with the wrappers.

@dkamburov
Copy link
Collaborator

Apologize I edited my comment

@Schoof-T
Copy link
Author

No problem! Thanks for the feedback. :)

@kdinev kdinev closed this as completed Feb 1, 2018
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

3 participants