View Issue Details

IDProjectCategoryView StatusLast Update
0000539SOGoWeb Calendarpublic2010-04-02 17:40
Reportercyberal77 Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versionnightly v2 
Fixed in Version1.2.2 
Summary0000539: Break Dbl click on calendar in firefox
Description

Double click in the calendar on a time slot does not work on firefox. But the double click on the slot all day is still working.

TagsNo tags attached.

Activities

cyberal77

cyberal77

2010-04-02 16:10

reporter   ~0000857

Last edited: 2010-04-02 16:14

the <div> has no class "dayHeader" and clientHeight < ScrollHeight.

function in SchedulerUI.js

function onClickableCellsDblClick(event) {
1102 var target = getTarget(event);
1103 if (target.hasClassName("dayHeader") || this.clientHeight >= this.scrollHeight) {
1104 newEventFromWidget(this, 'event');
1105 Event.stop(event);
1106 }
1107}

francis

francis

2010-04-02 17:40

administrator   ~0000858

Fixed in revision f3830c65328146810871090fdfd037458b8d87af

Issue History

Date Modified Username Field Change
2010-04-02 10:46 cyberal77 New Issue
2010-04-02 16:10 cyberal77 Note Added: 0000857
2010-04-02 16:14 cyberal77 Note Edited: 0000857
2010-04-02 17:08 francis Status new => assigned
2010-04-02 17:08 francis Assigned To => francis
2010-04-02 17:40 francis Note Added: 0000858
2010-04-02 17:40 francis Status assigned => resolved
2010-04-02 17:40 francis Fixed in Version => 1.2.2
2010-04-02 17:40 francis Resolution open => fixed