Opened 18 years ago
Closed 14 years ago
#3752 closed defect (bug) (duplicate)
Long Page Titles in Page Parent
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 2.7 |
Component: | UI | Keywords: | |
Focuses: | Cc: |
Description
When using long titles for Pages and with many Pages in the system, the Page Parent drop-down (Manage/Write > Pages) goes off the edge of the browser window and the scroll-bar to scroll up and down to select the parent is also not visible to the user. Not sure if this can be fixed via CSS for the menu or having WP truncate the Title or having the Title broken up into multiple lines.
Attachments (2)
Change History (24)
#1
@
18 years ago
- Milestone changed from 2.0.eventually to 2.2
- Owner changed from anonymous to rob1n
- Status changed from new to assigned
- Type changed from defect to enhancement
@
18 years ago
Cut it off at 80 characters (modifiable by a filter) and add a ... to the end (in HTML entities).
#3
@
18 years ago
- Keywords has-patch added; reporter-feedback 2nd-opinion removed
It's a bit hacky (to me, at least), and I have no idea if 80 characters is "long."
#5
@
18 years ago
I added in a check for mb_substr() and used it if it's there, but I don't know what we could do apart from that...
#10
@
16 years ago
- Keywords needs-patch added; has-patch removed
- Version set to 2.7
It has to be a really, really, really long name before this actually becomes a breaking issue (depending on screen resolution). With just a long name it's a UI annoyance, as you can get around it with careful screen positioning in IE (Opera seems to manage the boxes more sensibly).
Could do with a patch refresh.
#13
@
16 years ago
- Milestone changed from 2.8 to Future Release
Punting due to impending release. Will reconsider in upcoming release cycle.
#15
@
15 years ago
- Keywords has-patch added; needs-patch removed
There's a patch for this at http://core.trac.wordpress.org/attachment/ticket/13292/
#17
@
15 years ago
- Keywords needs-refresh added; has-patch removed
- Severity changed from minor to normal
- Type changed from enhancement to defect (bug)
- Version changed from 2.7 to 3.0
#18
@
15 years ago
- Version changed from 3.0 to 2.7
Version should reflect when it was found, I believe.
#19
@
14 years ago
- Keywords needs-refresh removed
- Resolution set to duplicate
- Status changed from new to closed
#17043 has a patch ready for commit
#21
@
14 years ago
- Cc justin@… added
- Keywords has-patch added
- Resolution duplicate deleted
- Status changed from closed to reopened
- Version changed from 2.7 to 3.2.1
Why hasn't this been addressed? It only needs a simple css patch. see http://core.trac.wordpress.org/ticket/18168
I don't know what can be done about this, though truncating the titles seems like a good option.
andymatic: How long is "long titles"?