VincentGuinaudeau
VincentGuinaudeau
Reproduction scenario : https://jsfiddle.net/jbpL7ovd/ When the two options mentionned in the title are used, the two following pieces of code are in conflict. [jsuites/dropdown.js: open()](https://github.com/paulhodel/jsuites/blob/a06676c3f03647a73a6b55f794b8db7b3f407025/src/dropdown.js#L737-L741) [jexcel/core.js: scrollControls()](https://github.com/paulhodel/jexcel/blob/4bec30d65aa50429f4aa3953ceb8a6cf176334e8/src/js/jexcel.core.js#L6849-L6854) When opening the...
Following the hints provided by @christiaanwesterbeek [here](https://github.com/gandm/language-babel/issues/525#issuecomment-542096565), I succesfully implemented a fix for issue #525. I tried to do it right, and didn't choose the lazy way of just switching...