- Make a long title (or post a long message).
- A user, who watches the topic, views a properly truncated notifications in the Notifications flyout, but not on Special: Notifications page.
Some samples:
Etonkovidova | |
Jun 22 2016, 7:42 PM |
F4245634: Screen Shot 2016-07-06 at 12.45.07 PM.png | |
Jul 6 2016, 7:47 PM |
F4245632: Screen Shot 2016-07-06 at 12.35.52 PM.png | |
Jul 6 2016, 7:47 PM |
F4192681: Screen Shot 2016-06-22 at 12.00.18 PM.png | |
Jun 22 2016, 7:42 PM |
F4192722: Screen Shot 2016-06-22 at 12.41.48 PM.png | |
Jun 22 2016, 7:42 PM |
F4192695: Screen Shot 2016-06-22 at 9.45.25 AM.png | |
Jun 22 2016, 7:42 PM |
Some samples:
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T119713 Update Help:Notifications | |||
Resolved | None | T114351 Better organisation for the Notification System | |||
Resolved | None | T115316 Better organisation of the Notification Page | |||
Resolved | None | T136567 Design adjustments for the Notifications Page | |||
Resolved | Mooeypoo | T138433 Notifications page: Notification bodies are not truncated |
There is a technical issue with making the body of a table-layout div (css) actually adhere to its width.
We can try and bypass this technically, but I think it also exposes secondary issues we should solve:
@Pginer-WMF your input is needed.
Regarding 1, I proposed some max-width value in T137425. For very small screens we may want to hide the side filters into a popover menu, but that's worth a separate ticket.
Regarding 2, the idea of truncating the excerpt to one line is to keep items easier to scan by keeping them of similar heights. Excerpt is not intended to provide all the information, just enough context as the line allows.
Change 297447 had a related patch set uploaded (by Mooeypoo):
Set a fixed max-width to the Special:Notifications page
I've added a temporary max-width of 700px to the notifications view in the Special:Notifications page, as per @jmatazzoni
We can change this to be more responsive with specific behavior for each screen size later.
Change 297447 merged by jenkins-bot:
Set a fixed max-width to the Special:Notifications page
As Moriel says, 700 px is a provisional spec, until Pau can come up with a responsive design or whatever he deems necessary. The width was based on an approximate reading width of 95 characters.
Change 297525 had a related patch set uploaded (by Mooeypoo):
Followup Iae32cbf82cdb: Set width to Special:Notifications
Change 297525 merged by jenkins-bot:
Followup Iae32cbf82cdb: Set width to Special:Notifications
As I mentioned in T138433#2413789, there is a proposal in T137425.
If the 700px you mention are applied to the list of notifications, its not very different from what I proposed, but I'm not sure if those 700px already include the 300px-wide sidebar filter, in which case it seems too few to me.
Change 297594 had a related patch set uploaded (by Sbisson):
Followup Iae32cbf82cdb: Set width to Special:Notifications
I'm not sure if those 700px already include the 300px-wide sidebar filter, in which case it seems too few to me.
No, it's just the reading column. So, as you say, not that different from what you suggested. Unless you see a reason to switch back to 600, my observation is that the extra 100 px. might offer the benefit of allowing a few more headers to not wrap...
Change 297594 merged by jenkins-bot:
Followup Iae32cbf82cdb: Set width to Special:Notifications
Mentioned in SAL [2016-07-06T15:36:35Z] <thcipriani@tin> Synchronized php-1.28.0-wmf.9/extensions/Echo/modules/styles: SWAT: [[gerrit:297594|Set width to Special:Notifications (T138433)]] (duration: 00m 30s)
700px is totally in a legible range. Since we are setting the upper limit is perfectly fine to go with that.
Checked in betalabs - messages with long titles/excerpts correctly fit into the area size (not responsive to the window resizing but it's not critical).