In API sandbox special page Special:ApiSandbox, the 'Examples' frame have a fixed width, but sometimes the description of the example are longer and therefore are truncated.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +6 -1 | mw.special.apisandbox: Specify auto width on PopupButtonWidgets' popups |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T130492 Design/usability issues with new API sandbox | |||
Resolved | Anomie | T133710 API sandbox examples frame should not have a fixed width |
Event Timeline
Comment Actions
The truncation seems to have been fixed by rMW1bf40fae58b3: mw.special.apisandbox: Pass $overlay to PopupButtonWidgets to fix overlaps, which moved the popup into an overlay where it's no longer being affected by the ButtonGroupWidget's white-space: nowrap. But now that PopupWidget has a 'width' parameter, we can specify it as 'auto' and really fix this.
Comment Actions
Change 351331 had a related patch set uploaded (by Anomie; owner: Anomie):
[mediawiki/core@master] mw.special.apisandbox: Specify auto width on PopupButtonWidgets' popups
Comment Actions
Change 351331 merged by jenkins-bot:
[mediawiki/core@master] mw.special.apisandbox: Specify auto width on PopupButtonWidgets' popups