Ticket #228 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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

datepicker.jpg (4.5 KB) - added by bc 4 years ago.

Change History

Changed 4 years ago by bc

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:2 Changed 3 years ago by jgou

  • Milestone set to 0.4

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.

comment:4 Changed 3 years ago by jgou

  • Priority changed from minor to critical

comment:5 follow-up: ↓ 6 Changed 3 years ago by freya

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

solved in r1441

comment:6 in reply to: ↑ 5 Changed 3 years ago by jgou

Replying to freya:

solved in r1441

solved in r1442

Note: See TracTickets for help on using tickets.