Closed
Bug 326813
Opened 19 years ago
Closed 19 years ago
Day/week view: left click on event does not selects day too
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ssitter, Assigned: jminta)
Details
Attachments
(1 file)
2.22 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
Day/week view: left click on event does not selects day too
If you select an event by left click the corresponding day is not selected too. It works if you select the event by middle or right mouse button click.
In multi-week/month view the day is always selected too when selecting an event.
I'm not sure if this is a regression. At leaast it is inconsistence and should be fixed.
Assignee | ||
Comment 1•19 years ago
|
||
The columns do have listeners for onmousedown to set the selected day, however, since we stopPropagation() on the events when an item is selected, these don't get called. Therefore, this patch sets the selected day within the event-box itself. This patch also wires up an onmousedown listener to the header box to fix the behavior there as well.
Comment 2•19 years ago
|
||
Comment on attachment 216328 [details] [diff] [review]
set selected day
r=mvl
Attachment #216328 -
Flags: first-review?(mvl) → first-review+
Assignee | ||
Comment 3•19 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 4•18 years ago
|
||
verified with
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060909 Calendar/0.3a2+
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•