Giter Site home page Giter Site logo

Comments (2)

aleksandar-smiljanic avatar aleksandar-smiljanic commented on August 19, 2024 5

Update
The problem is gone after upgrading devices to iOS 11.3

The problem seems to be stemming from known webKit issue on iOS???
https://bugs.webkit.org/show_bug.cgi?id=176896


Hi,
similar problem here. The same effect, but different case.

When I OPEN the dialog the underlying page scrolls to the top (so when I close the dialog the underlying page is already at the top).

ngDialog version: 1.4.0
angularjs: 1.6.10

IMPORTANT - Environment:

  • happens on SOME iOS devices iPhone (iOS 11.0.1) and iPad pro (iOS 11.2.6). It happens on Safari and Chrome.
  • other devices including all Android, desktops (Win + Mac) and other tested iOS (both older ie. 10.3.3. and newer versions 11.3.1) devices behave correctly.

Relevant code snippets

    function openFullProject(event, project){
      $scope.selectedProject = project;
	  // even tried preventing event propagation - doesn't help
      event.preventDefault();
      ngDialog.open({
        template: 'components/widgets/project-full/project-full-popup.html',
        className: 'ngdialog-wide',
        scope: $scope
      });
    }
    // JADE syntax
    a.card__image(href="" ng-click="SearchCtrl.openFullProject($event, project)")

I also have, as proposed in #534 #474

.ngdialog-open {
  height: auto !important;
  overflow: inherit !important;
}

from ngdialog.

emrecamasuvi avatar emrecamasuvi commented on August 19, 2024

Thank you @aleksandar-smiljanic
overflow: inherit; (without important) also worked for me :)

from ngdialog.

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.