-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Qunit-fixture css overrides no longer producing desired result as of qunit 2.14? #801
Comments
/cc @BryanCrotaz |
it looks like #786 tried to fix this, but is causing some other issues too and is only available for the ember-qunit v5 release 😞 |
If we have an idea of what is required, we can backport to v4. I'd like to see it fixed correctly for v5 before the backporting though... |
I'm not sure we can actually fix this properly unless we want to override the new QUnit CSS. The new structure doesn't seem to allow additional content after the UI anymore and requires it to hover over the page instead (as we already allowed with the "Dock Container" option). The only option I can think of right now is pinning QUnit to v2.13 but that's obviously not a long-term solution. 😞 you don't happen to have a better idea? |
No, I haven't really looked into it too much yet. Will try to poke at it to get a feel for what is going on this week. |
We're having additional issues as fall-out from the changes to the position of the app "preview" window. It totally blocks many of the check-boxes in the QUnit controls at the top of the page Not only that, but despite the |
We ran into this as well and use Development mode often and styles were off there. Adding this to the
|
I think this is fixed as of https://github.com/emberjs/ember-qunit/releases/tag/v5.1.3 (thanks @drewlee!) |
Hi,
It seems as though this change that landed in qunit 2.14 has altered the assumptions that ember-qunit uses when attempting to affect the placement of the testing container by overriding the css on
#qunit-fixture
. Now that qunit marks#qunit
asposition: fixed
the container has shifted up to the top of the window and occludes the menu:qunit 2.14
And the expected behavior (shown using qunit 2.13)
It seems like this is probably related to #793 but is concerned with the actual visual layout instead of underlying test failures.
The text was updated successfully, but these errors were encountered: