Giter VIP home page Giter VIP logo

Comments (6)

MMasey avatar MMasey commented on August 16, 2024 1

Ah yeah, i did come across the issue when i was checking to see if anyone has had the same problem. It is definitely quite a unique situation. Now i know where the issue is i'll see if i can find a fix.

Cheers
Mike

from umbraco-nested-content.

mattbrailsford avatar mattbrailsford commented on August 16, 2024

Hi MMasey,

The code to position the window did change yes as there was a bug whereby nested content items located lower in the editor window had the window open lower and lower to the point it wasn't on screen anymore confusing users.

I must admit, I've not tested it in combination with doc type grid editor so wasn't aware it was a problem. You should be able to play with that area of code to tweak the position, however I can't really see any easy way to approach this that will work for both standard and DTGE based setups (without giving NC a dependency on DTGE which we don't want to do).

If you do figure out a generic solution, please let us know.

Cheers

Matt

from umbraco-nested-content.

SayTen avatar SayTen commented on August 16, 2024

I also have been having this issue, as highlighted the code to position the overlay menu positions it outside the sidebar and ends up not visible. I've submitted a pull request (#123) that will position is in the middle of the screen using CSS and removes the javascript based calculations.

from umbraco-nested-content.

seanoldfield avatar seanoldfield commented on August 16, 2024

Recently had the same issue, adding the following css moves the select doctype overlay back inside the sidebar to just under the plus icon
.dtge-dialog .usky-grid .cell-tools-menu{ position:static; }

from umbraco-nested-content.

mattbrailsford avatar mattbrailsford commented on August 16, 2024

Fixed in PR #123

from umbraco-nested-content.

dbardi avatar dbardi commented on August 16, 2024

Is this on nuget yet?

from umbraco-nested-content.

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.