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

Clear search button problem in RTL mode #2058

Closed
nik-kashi opened this issue Nov 11, 2014 · 3 comments
Closed

Clear search button problem in RTL mode #2058

nik-kashi opened this issue Nov 11, 2014 · 3 comments
Milestone

Comments

@nik-kashi
Copy link

Clear search button problem in RTL mode

image

for RTL mode , clear search bottun should be shown in left side of text box, like this:
image

I resolve my problem using this CSS
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button { right: auto; left: 37px; }

because of source code CSS is written in LESS I can't change it and create a pull request!

@PaulL1
Copy link
Contributor

PaulL1 commented Nov 12, 2014

@novice3030 : is this something you'd look at? Do I recall something like this that you were already doing?

@PaulL1 PaulL1 added this to the 3.0 milestone Nov 12, 2014
@novice3030
Copy link
Contributor

I was doing some other RTL support for other features.
I'll test that CSS and if it's ok i'll do a PR for it

@c0bra c0bra closed this as completed in 0885e50 Nov 14, 2014
jpuri pushed a commit to jpuri/ng-grid that referenced this issue Dec 2, 2014
Filter cancel button was on the right in RTL grids, overlaying text.

Fixes angular-ui#2058
@MadUser
Copy link

MadUser commented Mar 10, 2016

Is it only me or IE11 still has this issue. it looks like it ignores the rtl css and override it with the former css.
(using ui-grid version 3.1.1)

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