[ https://issues.apache.org/jira/browse/JENA-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336488#comment-14336488 ]
Stian Soiland-Reyes commented on JENA-866: ------------------------------------------ I had a look at this - and could not quite figure it out. This is the relevant code: https://github.com/apache/jena/blob/master/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/app/views/dataset-management.js#L79 https://github.com/apache/jena/blob/master/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/app/views/dataset-management.js#L89 which should be OK according to http://getbootstrap.com/javascript/#modals-methods Basically you get multiple modals and multiple shaders in the DOM - here shown by tweaking the position of modal 2 and 3: > Fuseki2: Can't Remove multiple datasets - multiple confirm dialogues? > --------------------------------------------------------------------- > > Key: JENA-866 > URL: https://issues.apache.org/jira/browse/JENA-866 > Project: Apache Jena > Issue Type: Bug > Components: Fuseki > Affects Versions: Fuseki 2.0.0 > Environment: Ubuntu 14.10 x64 > Firefox 35.0 > Chromium Version 39.0.2171.65 Ubuntu 14.10 (64-bit) > Reporter: Stian Soiland-Reyes > Fix For: Fuseki 2.0.0 > > > In Firefox, If I go to Manage Dataset and have multiple datasets in the list, > then click "Remove", a popup asks me to "Confirm Action". After confirming, > the dialogue disappears and the dataset is removed from the list (and disk). > However, after this, if I stay on the same page and click "Remove" on a > second dataset in the list, the same confirmation popup appears, but this > time nothing happens, the dialogue remains. If I close the confirmation > dialogue with the little X, a second confirmation dialogue is hiding > underneath - which "Confirm Action" actually works. If I delete a third > dataset, now three Confirm Action (and gray overlays) appear on top of each > other. > Reloading the page also allows me to Remove again. > In Chromium however - if do the same, after the first "Confirm action" the > page remains grayed out and unable to respond to anything - forcing me to > reload. -- This message was sent by Atlassian JIRA (v6.3.4#6332)