cm0s / jquery-rcrumbs

jQuery plugin to create a responsive breadcrumb
Other
60 stars 27 forks source link

Newer versions of jQuery break ability for rcrumbs to restore previously hidden segments #9

Open fallenturtle opened 4 years ago

fallenturtle commented 4 years ago

My site is using jquery 3.5.1. When a breadcrumb segment is hidden after another one has been hidden, the earlier one's get an inline style applied to them of display: none. When you expand the viewport this inline style is not removed.

After some troubleshooting I realized your demo was using version 1.9.1 and when I replaced 3.5.1 with 1.9.1 this behavior stopped and the segments reappeared as expected.