Skip to main content

Bug Tracker

Side navigation

#1671 closed bug (wontfix)

Opened September 19, 2007 03:29AM UTC

Closed November 05, 2007 03:34PM UTC

Calendar - follow naming conventions

Reported by: dmitrig01 Owned by:
Priority: major Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: calendar, names, themes, conventions Cc:
Blocked by: Blocking:
Description

I see this all over the place - <a class="calendar_close" onclick="popUpCal.hideCalendar(0);">Close</a>

That should be <a class="ui-calendar-close">Close</a>, and the event should be bound with a $().bind('click', function(){...});

Attachments (0)
Change History (2)

Changed September 28, 2007 03:34PM UTC by iMarc comment:1

That is how it was coded initially, but we realized huge performance increases by simply setting the events inline.

Changed November 05, 2007 03:34PM UTC by paul comment:2

resolution: → wontfix
status: newclosed