Giter Site home page Giter Site logo

Debugging modal documents about rmlui HOT 4 CLOSED

Paril avatar Paril commented on August 29, 2024
Debugging modal documents

from rmlui.

Comments (4)

mikke89 avatar mikke89 commented on August 29, 2024

Thanks for reporting, I see that the debugger doesn't receive focus when another document has modal focus. Another workaround that seemed to work for me is to make a separate context for the debugger.

Better than dealing with workarounds though, I took a stab at properly fixing this.

Could you help test this branch and see how it works for you (and checking for no regressions), cheers: https://github.com/mikke89/RmlUi/commits/debugger-modal/

from rmlui.

Paril avatar Paril commented on August 29, 2024

Thanks, I will test this out when I have time to port us over to master. We're still using an older version internally (5.x) and haven't upgraded to the current master 6.x yet since we are using some of my PRs that haven't been merged in yet, so it may be a little bit before I can test this myself. I need to get to re-opening those!

EDIT: actually I'll do this now. The main issue I ran into trying to get this to compile is TextInputContent.h has a wrong #include directive; the rest of the project uses relative includes, but for some reason this one is absolute & checking system includes:

#include <RmlUi/Core/StringUtilities.h>

Using this worked, though:

#include "StringUtilities.h"

from rmlui.

Paril avatar Paril commented on August 29, 2024

Confirmed fixed with the given branch though; thanks!

from rmlui.

mikke89 avatar mikke89 commented on August 29, 2024

Thanks for testing! Merged to master just now, should be fixed in 263328a.

from rmlui.

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.