This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#653 closed defect (fixed)

Fails to edit session in Meeting display from IE

Reported by: jbenito Owned by: jmonnich
Priority: normal Milestone: v0.97.1
Component: General Version: 0.97.0
Keywords: Cc:

Description


Change History (4)

comment:1 Changed 5 years ago by jmonnich

  • Owner set to jmonnich
  • Status changed from new to assigned

comment:2 Changed 5 years ago by jmonnich

  • Status changed from assigned to in_merge

comment:3 Changed 5 years ago by Adrian Moennich <jerome.ernst.monnich@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [33f434fb1ecc9647bc3a267058ca847d66e7313e/indico]:

[FIX] Fix "edit session block" dialog in IE

  • do not pass invalid string to Date() constructor but use Util.parseJSDateTime() instead
  • also stop tainting the global namespace with local variables
  • fixes #653

comment:4 Changed 5 years ago by Adrian Moennich <jerome.ernst.monnich@…>

In [33f434fb1ecc9647bc3a267058ca847d66e7313e/indico]:

[FIX] Fix "edit session block" dialog in IE

  • do not pass invalid string to Date() constructor but use Util.parseJSDateTime() instead
  • also stop tainting the global namespace with local variables
  • fixes #653
Note: See TracTickets for help on using tickets.