Page MenuHomePhabricator

dewiki - GuidedTour for no ORES models displays the title as cutoff
Closed, ResolvedPublic

Description

Found in https://de.wiktionary.beta.wmflabs.org/wiki/ when testing T162693: Guided tour for the New Filters mentions ORES predictions on wikis where they are not available - a small part of the title is cut off (the screenshot is in full-screen mode).

Screen Shot 2017-04-18 at 12.12.50 PM.png (619×876 px, 133 KB)

The below screenshot shows that some tweaking in the browser inspector (per @Volker_E) may solve the problem.

.mw-guidedtour-tour-RcFiltersBeta {
    padding: 40px;
    width: 607px !important;
}

Screen Shot 2017-04-18 at 12.25.49 PM.png (717×1 px, 197 KB)

Event Timeline

Change 349358 had a related patch set uploaded (by Mooeypoo):
[mediawiki/extensions/GuidedTour@master] Break-word for the title and content of the steps

https://gerrit.wikimedia.org/r/349358

Change 349361 had a related patch set uploaded (by Mooeypoo):
[mediawiki/extensions/WikimediaMessages@master] RCFilters Guided tour: Make the box wider

https://gerrit.wikimedia.org/r/349361

I @Volker_E'ed the CSS, except I used 600px rather than 607px to avoid @Catrope's wrath.

Plus, it now should break the word for wrapping, just in case.

Change 349361 merged by jenkins-bot:
[mediawiki/extensions/WikimediaMessages@master] RCFilters Guided tour: Make the box wider

https://gerrit.wikimedia.org/r/349361

Change 349358 merged by jenkins-bot:
[mediawiki/extensions/GuidedTour@master] Enable CSS word breaks & hyphens on title and content of the steps

https://gerrit.wikimedia.org/r/349358