csdms / wmt

The data and database servers for the CSDMS Web Modeling Tool
2 stars 2 forks source link

Model menu becomes extra wide on Safari 5.1 #29

Closed mdpiper closed 10 years ago

mdpiper commented 10 years ago

On Safari 5.1, the ModelMenu spans the width of the browser window. (And it grows with each click!) It appears that Safari is ignoring the CSS that sets the menu width.

There should be some workaround for dealing with this issue. Scott says that he's done things like this for his business website.

This behavior does not appear in Safari 6+ or in Chrome.

mdpiper commented 10 years ago

With commit https://github.com/csdms/wmt/commit/c9604da1a752e7b8699d2b474951f1c1f00ad435, the ModelMenu is now a PopupPanel instead of a DecoratedPopupPanel. This may make a difference.

mdpiper commented 10 years ago

The ModelMenu has been deprecated in favor of the ModelMenuPanel