Fix the display of a pop-up menu from a configforms list item.

Review Request #11326 — Created Dec. 9, 2020 and submitted — Latest diff uploaded

Information

Djblets
release-2.0.x

Reviewers

Configforms list items with a pop-up menu action button weren't styling
correctly in Djblets 2.0. We had changed the structure of pop-up menus,
but didn't change the code setting up that structure.

This change adds the new structure, and also fixes up some styling
around the menu.

Unit tests passed.

Tested some of our UI that uses this feature. Saw that, instead of a broken
transparent menu, I had a menu in the same appearance as in Djblets 1.0.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Fix the display of a pop-up menu from a configforms list item.
Configforms list items with a pop-up menu action button weren't styling correctly in Djblets 2.0. We had changed the structure of pop-up menus, but didn't change the code setting up that structure. This change adds the new structure, and also fixes up some styling around the menu.
d7e7aa60e59733eb242e1dc560d78e8de9ed530c Christian Hammond
djblets/static/djblets/css/config-forms.less
djblets/static/djblets/js/configForms/views/listItemView.es6.js
djblets/static/djblets/js/configForms/views/tests/listItemViewTests.es6.js
Loading...