Opened 16 years ago
Closed 16 years ago
#1671 closed bug (wontfix)
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(){...});
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That is how it was coded initially, but we realized huge performance increases by simply setting the events inline.