-
-
Notifications
You must be signed in to change notification settings - Fork 427
css flex support #822
Comments
Which CSS properties are supported will depend on the version of Qt you have installed. You can see your versions by running this in a test or spec:
I'm not sure which versions of Qt and WebKit support flex, but I think anything recent (Qt 5.x) should work. If you're on Qt 5 and still having issues, here are some questions that will help me debug your issue:
|
Can confirm that flex works with Qt 5.x. |
I have the same issue in which flex rules are ignored and as such some elements that shouldn't be overlapping, are. I can see this in the screenshot. Here's the versions I'm using:
I'm also using:
And it does work with selenium. Any idea on how to fix this? |
@zamith It looks like your versions are all pretty up-to-date, so there may not be anything you can do. Are you using the |
I forgot to add |
Ah, good to know. Looks like this is well-supported by recent versions, so I'm going to close this. |
Hi there,
is the latest capybara-webkit supporting css flex? I am having issues finding elements on a login page using flex in my layout.
Thanks!
The text was updated successfully, but these errors were encountered: