-
Notifications
You must be signed in to change notification settings - Fork 406
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
uikit bugs #1055
Comments
I might end up breaking these out into a couple separate buckets so we can chip away at these:
|
I created an issue and PR to fix this: #1060 |
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks! |
Bump! I need to rereview each of the items flagged here but for what it’s worth, I know a number of these have been addressed as of the latest batch of UIKit updates released. |
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks! |
Issue closed after going stale. It can be re-opened if still relevant. |
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks! |
Issue closed after going stale. It can be re-opened if still relevant. |
I am using Pattern Lab Node
v3.0.3
onMac
, with Nodev10.15.0
, using aVanilla | Custom
Edition anduikit-workshop
version1.0.3
@sghoweri nice job creating the new look for the uikit. 👍
This is copied over from gitter.
I wanted to share some issues I noticed (issues on Mac using Chrome unless otherwise noted):
Menu tree initially closed when submenu pattern is displayed

To test open menu navigate to pattern with subpatterns, select sub pattern, wait for page to load and open the menu again. The arrow indicating the drawer state will point down, but the drawer is closed.
e.g. Organisms > Global ... reveals two sub-patterns: Header and Footer ... Organisms > Global > Header ... opens the header pattern ... clicking on Organisms again after the page has loaded reveals the menu with the global section closed but the arrow indicator pointing down.
State not hoisted/persistent?
Internet Explorer 10 gets a blank page
This issue existed before the recent uikit updates.
Due to javascript that is not supprted by older browsers (e.g. ie10 doesn't support mutation observer which is used in the uikit).
Not sure which browsers patternlab is meant to support. However, some of us, unfortunately, need to support legacy browsers due to institutional requirements.
Logo proportions are distorted in IE11

From past experience, removing the width and height attributes from the svg, ensuring there is a viewbox attribute, and adding preserveAspectRatio="xMinYMax meet" to the svg; then setting width height attributes on the img tag and controlling scaling with css seems to work accross browsers if the svg needs to be responsive.
Fractional widths in the screen width form are cropped.

Perhaps these need to be rounded, or the form width increased?
a11y


The text was updated successfully, but these errors were encountered: