Giter Club home page Giter Club logo

Comments (7)

malsup avatar malsup commented on June 6, 2024

Can you provide a link that shows the problem?

On Mon, May 13, 2013 at 10:03 PM, berserkk [email protected] wrote:

blocking a div blocks full page after block/unblock/block in latest version

It is caused by this code in version 2.60 around line 495:

/* - this causes problems, whenrunning block / unblock / block
if ($el.data('blockUI.static')) {
$el.css('position', 'static'); // #22#22
}
*/

To test run block/unblock/block on a div with and without the above code


Reply to this email directly or view it on GitHubhttps://github.com//issues/69
.

from blockui.

rosenfeld avatar rosenfeld commented on June 6, 2024

I'm experiencing this issue as well after upgrading but I can't replicate it in sample app... For Chrome, setting 0 to fadeIn and fadeOut and ignoreIfBlocked to true has fixed the issue, but it is still present in Firefox Nightly...

from blockui.

rosenfeld avatar rosenfeld commented on June 6, 2024

But commenting the mentioned code didn't fix the issue to me in FF

from blockui.

rosenfeld avatar rosenfeld commented on June 6, 2024

I'm using jQuery layout and blockUI is blocking the entire left pane instead of just the requested divs

from blockui.

rosenfeld avatar rosenfeld commented on June 6, 2024

Sorry for the noise. I'm pretty sure this is a regression in Firefox Nightly. The blocked div has position:relative and the blockUI element is a direct child of it and has position: absolute, top: 0. So far so good, but Firefox Nightly isn't considering the top 0 relative to the blocked div with position:relative, but it's considering the distance to the top of the left pane for some reason. Testing on Iceweasel 22.0 is working just fine.

from blockui.

rosenfeld avatar rosenfeld commented on June 6, 2024

Firefox Aurora (24.0) is fine as well. Just Nightly has the regression as of today

from blockui.

malsup avatar malsup commented on June 6, 2024

Thanks for the update.

On Fri, Jul 19, 2013 at 9:25 AM, Rodrigo Rosenfeld Rosas <
[email protected]> wrote:

Firefox Aurora (24.0) is fine as well. Just Nightly has the regression as
of today


Reply to this email directly or view it on GitHubhttps://github.com//issues/69#issuecomment-21248919
.

from blockui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.