Calendar icon is not showing up
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.3k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
Hi
I have an APEX application and a datepicker is there which was working fine till JQuery-ui V 1.12.1. After upgarding to 1.13.2, the datepicker HTML text is not formed correctly :

Thus instead of the datepicker icon, the span text is showing on the page, when I remove the double quotes (" ") around the span tag (please see image above) the icon is displayed.
Kindly suggest the fix.
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the datepicker in an APEX application with jQuery UI 1.13.2 and compare its generated HTML with 1.12.1. Trace the datepicker icon markup and identify why the span is rendered as text; done means the icon displays normally without requiring manual quote removal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100