Ticket #228 (closed defect: fixed)
alt attribute of datepicker is always shown on FF 3.5
| Reported by: | bc | Owned by: | jgou |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.4 |
| Component: | modules/kauri-forms | Version: | trunk |
| Keywords: | firefox datepicker | Cc: |
Description
On Firefox 3.5 the alt attribute of the datepicker-image is always shown (see screenshot).
I'm not sure which other FF versions have the same problem.
Attachments
Change History
comment:1 Changed 3 years ago by bc
This is the generated code for the datepicker-image
<img class="ui-datepicker-trigger" src="javascript:void(0);" alt="choose a date" title="choose a date"/>
Is it possible to remove the alt attribute from the img-tag or add some 1px-transparent image to the src-attribute?
comment:3 Changed 3 years ago by jgou
- Owner changed from mpo to jgou
The problem seems to lie in the odd usage of the img tag. The best solution might be to use another element (probably "div") in this case. This requires a change in the datepicker code, which we rather don't want to apply (in kauri) again each time we upgrade the jquery-ui libs.
I'll check with jquery-ui support to see if they would consider applying a patch.