Flyer53 / jsPanel3

A jQuery Plugin to create highly configurable floating panels, modals, tooltips, hints/notifiers or contextmenus for use in a backend solution and other web applications.
http://v3.jspanel.de/
Other
89 stars 21 forks source link

panel is not brought to front when clicking on header #45

Closed yarekc closed 7 years ago

yarekc commented 7 years ago

I don't know if this is a real bug, however it does not react "naturally":

When clicking on the header bar of the panel, panel is not brought to front: http://jspanel.de/api/#gettingstarted

It is brought to front when clicking in his body part

Regards

Flyer53 commented 7 years ago

Hey there, I thought I fixed this ... it does work on FF. Will have to look at this again. Meanwhile you could try this workaround:

$.jsPanel({
    callback: function(panel){
        $(panel.header.title).on('mousedown', function(){
            panel.front();
        });
    }
});

Thanks for reporting 😄 Regards, Stefan

Flyer53 commented 7 years ago

OK, I have a preliminary v3.9.3 that finally seems to fix this. I need to do some more testing, so it's not an official release yet. But you can download and test it. http://jspanel.de/downloads/jsPanel-3.9.3.zip Feedback would be very much appriciated :)

Flyer53 commented 7 years ago

fixed with release v3.9.3