-
Notifications
You must be signed in to change notification settings - Fork 11
Bug: A shell with only a contextual panel displays on the incorrect side #259
Comments
cc @AdelheidF |
@asangma is it a valid use case to just have a |
Awesome! I'll test it out in my app |
You'll have to wait for our next release @kellyhutchins :( |
I'm still seeing it on the left side @driskull :/ |
@kat10140 you must have a primary panel. In the primary panel, you can specify a layout of trailing. |
ok in the comment above we have:
|
Updated issue! Thanks |
Mines still not flip flopping 😫 |
Can you replicate |
@kat10140 you may need to do an npm install and restart the build |
still doing the same weirdness 🤷🏼♀️ |
@kat10140 can you share the HTML you're using? Does the demo |
yah it looks fine otherwise! i was deleting the contextual panel, then changing the primary panel layout property to 'trailing'
or in the reversed case, changing |
If you're going to modify the layout after initialization, you'll also need to modify the action-bar to be trailing. |
the action bar actually automatically seems to change to"trailing" in the sense that it moves to the right (in the full window app). in the reversed, it looks fine when i just delete the contextual panel all together, everything stays put. i'll mark as verified |
Summary
Bug: A shell with only a contextual panel displays on the incorrect side
Actual Behavior
The contextual panel appears on the left side of the shell
Expected Behavior
A user must have a primary panel. In the primary panel, they can specify a
layout
oftrailing
.Reproduction Steps
Relevant Info
The text was updated successfully, but these errors were encountered: