jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

Carat icons not shown with 1.5.0-alpha.1 #8624

Open PanderMusubi opened 5 years ago

PanderMusubi commented 5 years ago

Carat icons not shown with 1.5.0-alpha.1. Using jquery.mobile-1.5.0-alpha.1.min.css and jquery.mobile-1.5.0-alpha.1.min.js or with a custom downloand and with and without images directory present.

What does work is:

<div data-role="collapsible" data-inset="false" data-shadow="false" data-content-theme="false" data-collapsed-icon="arrow-d-r" data-expanded-icon="arrow-r">

What does not work is:

<div data-role="collapsible" data-inset="false" data-shadow="false" data-content-theme="false" data-collapsed-icon="carat-r" data-expanded-icon="carat-r">

The result is a completely grey icon without any white shape inside.

Please, fix this.

PanderMusubi commented 5 years ago

Note that jquery.mobile-1.5.0-alpha.1.min.css is not included in current custom downloads. Is that a bug? Only theme and structure css are included.

PanderMusubi commented 5 years ago

Found the reason: https://github.com/jquery/jquery-mobile/commit/2f438407667645767dc7703e7fec31511de835d3

Please update the documentation and demos.