Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Profiling mess up jQuery UI dialog.
  • screenshots:
    This is before enable profiling.
    image

    Another one after enable profiling
    image

    The profiling box cause jQuery UI dialog not open in center. Is this bug or something?
  • I have no experience with JQuery UI, so I can't comment.

    Profiler output is injected in the page directly before </body>, so it should not have any influence.

    It could always be that there is css used by the profiler which may interfere, we tried hard to prefix all classes used by the profiler to avoid collisions, but maybe we missed something?

    Either way, it's only cosmetic, and since none of your users should ever have the profiler enabled in the app, this is not much of a problem?
  • Yes, it is not much problem.
  • I assume it has to do with the CSS it injects.

    You can easily check with something like Firefox "Inspect Element", just right-click on your modal, inspect it, and check the effective CSS list on the right for entries that are not from your css file(s).

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion