Developer forum

Forum » Swift » Dropdown menu position

Dropdown menu position

Melissa Borgmann
Melissa Borgmann
Reply

Solution on DW 9.15.3 and Swift 1.19.0.

Newest Swift update appears to have fixed the issue reported here: https://doc.dynamicweb.com/forum/swift/utilities-sign-in-submenu-display-issue?PID=1605 (where the dropdown menu runs off the screen), but introduced a new issue where the dropdown jumps around: https://www.screencast.com/t/dvT3gnkn2yB .

Assuming it's the same as this bug:

...but if not, just wanted to make sure it got reported.


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

We are on it.

There is a pull request that is being discussed, so hopefully we have a solid fix soon. We still need to try out some stuff in a lot of scenarios.

A short term workaround try this:

.dropdown-item {
   white-space: normal;
   min-width: 12rem;
}
It kind of works and is one of the possible solutions we have tried out - but probably not the one we will end up using.
Votes for this answer: 1
 
Melissa Borgmann
Melissa Borgmann
Reply

Thanks for confirming so quickly, Nicolai! I'll keep an eye out on the bug page.

 

You must be logged in to post in the forum