Closed
Bug 623759
Opened 15 years ago
Closed 15 years ago
changing number of entries on BugCount page doesnt refresh links
Categories
(Tree Management Graveyard :: OrangeFactor, defect, P1)
Tree Management Graveyard
OrangeFactor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
Attachments
(1 file)
|
1.07 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
When you load
http://brasstacks.mozilla.com/couchdb/orange_factor/_design/woo/orange.html?display=BugCount
, by default 10 bugs are displayed. Mousing over the bug id displays
links to the OF bug details and to the entry in bugzilla (Aside: It
might be nice if this was displayed as a link/anchor if if the bug id
itself is not clickable, to hint that to the user that something can
be done with the item). However, changing the number of entries to
something greater than 10 (e.g. 100) does not provide the mouse over
links for any of the additional e.g. 90 entries, just the first 10.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → mcote
Status: NEW → ASSIGNED
| Assignee | ||
Updated•15 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 1•15 years ago
|
||
Very simple; just gotta make sure the hover event is set after the table is redrawn.
Attachment #502032 -
Flags: review?(jmaher)
Comment 2•15 years ago
|
||
Comment on attachment 502032 [details] [diff] [review]
Display links after changing number of displayed rows
nice and simple
Attachment #502032 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Testing → Tree Management
Updated•5 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•