#4297 closed enhancement (fixed)
Inconsistent quotes around latest update in member header
Reported by: | modemlooper | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
When you post an update javascript switches out the latest update with quotes without page refresh. When you refresh page the quotes disappear. This is an inconsistent UX.
line 103 in global.js is the culprit:
u = '"' + l + '" ';
I suggest no quotes. It makes it seems like somebody else's quote.
Change History (4)
#2
@
12 years ago
- Milestone changed from Awaiting Review to 1.6
- Severity changed from normal to trivial
I think it's just inconsistent UX, as modemlooper suggests. The quotes were added when the middot was removed in r4809. I think the idea was to make it consistent with the way latest updates appear in the members directory (where they *do* have quotes).
I think it makes some sense to leave the quotes on the member directory, and to remove them altogether in the member header. This is essentially what modemlooper is suggesting.
This might be related to #4265