Closed
Bug 399122
Opened 17 years ago
Closed 17 years ago
Can't select through "now"
Categories
(Webtools Graveyard :: Graph Server, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: anodelman)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a9pre) Gecko/2007100816 Minefield/3.0a9pre
Steps to reproduce:
1. Load a Tinderbox graph page such as http://graphs.mozilla.org/graph.html#spst=range&spstart=0&spend=1191893120&bpst=cursor&bpstart=0&bpend=1191893120&m1tid=17&m1bl=0&m1avg=0
2. Mouse down somewhere in the upper graph.
3. With the mouse button still held down, move the cursor to the right, past the edge of the upper graph.
Result: The selection ends several pixels before the edge of the graph. It's worse if I move the cursor quickly.
Expected: The selection should extend all the way to the end of the graph.
The recent data is often the data I'm most interested in, so this bug makes the graphs a lot less useful than they would be otherwise.
Comment 1•17 years ago
|
||
I mentioned this to Vlad a while ago, he said he might look into it.
Assignee | ||
Comment 2•17 years ago
|
||
Turns out, it actually was graphing to the end of the selection when mousing totally out of the top, small graph - it just wasn't correctly updating the display. This forces a redraw upon mousing out of the top graph during a select.
Attachment #285007 -
Flags: review?(vladimir) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Checking in GraphCanvas.js;
/cvsroot/mozilla/webtools/new-graph/js/GraphCanvas.js,v <-- GraphCanvas.js
new revision: 1.23; previous revision: 1.22
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•