Closed
Bug 167285
Opened 21 years ago
Closed 21 years ago
Double Click on Event in Calendar behaves differently in Day/Week/Month View. Incorrect in all cases.
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chris, Assigned: mikeypotter)
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020902 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020902 Note that the single click behaves as expected in all cases, that is it selects the Event I clicked on and highlights it in the Event List. Day View --- * Double clicking on an event opens a New Event dialog. Week View --- * Double clicking on an event other than the last event in current week does nothing. * Double clicking on the last event in the current week opens a New Event dialog. Month View --- * Double clicking on an event opens a New Event dialog. Reproducible: Always Steps to Reproduce: Expected Results: Should open an Edit Event for the event clicked upon in all scenarios. Let me know if I should break this out into multiple bugs, all looks related to me though... Mozilla Calendar 2002090511-cal
confirming on Mozilla Calendar 2002090516-cal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•21 years ago
|
||
This is a pretty serious regression, and I can't figure out what is going on. The doubleclick on all the boxes does not seem to be taking hold any longer.
Keywords: regression
Assignee | ||
Comment 3•21 years ago
|
||
This is fixed in CVS.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•21 years ago
|
||
I'll also post the fix here: In unifinder.js, change SearchTree.treeBoxObject.selection.select( RowToScrollTo ); to SearchTree.treeBoxObject.selection.timedSelect( RowToScrollTo, 1 );
Comment 5•21 years ago
|
||
Default QA Contact for Calendar has changed. If you wish to remain the QA contact for this bug, feel free to change it back.
QA Contact: colint → brantgurganus2001
Comment 6•17 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•