question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LayoutPane: Toggler cannot be hidden

See original GitHub issue

pe:layoutPane slider cant deactivated. is by attribute closable=“false” slidable=“false” always visible and usable. It works perfectly with Primefaces 7.

Environment:

  • PF Version Elite: 8.0.13
  • PF Extensions: 8.0.4
  • JSF Mojarra 2.1.29-11
  • javaEE: javaee-api 6.0
  • Affected browsers: Firefox, Chrome

Example XHTML

        <pe:layout id="chefpanel" fullPage="true" style="padding: 0px;">
            <pe:layoutPane id="one" position="north" resizable="false" closable="false" slidable="false">
            </pe:layoutPane>
         </pe:layout>
</h:form>

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
mellowarecommented, Oct 6, 2021

I will see if I can cut an 8.0.5 release with this in it. I think @jxmai and @VsevolodGolovanov wanted backports of Layout fixes as well and @EltonR and @ivy-cst wanted backports of DocumentViewer updates

1reaction
mellowarecommented, Oct 8, 2021

You can actually just extract the layout.css from 8.0.4 and in your own project put it in the same location /resources/primefaces-extensions/layout/layout.css and when it gets loaded it find your version first instead of the one in the JAR file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jQuery UI Layout - Function on hide/show pane
try: $('body').on('mousedown', '.ui-layout-toggler', function(){ console.log('test'); });. It seems there is another another event handler ...
Read more >
Full page layout, events and client-side state management
Tip on toggler when pane is 'closed'. Default is 'Open'. maskPanesEarly, Useful flag if you are dealing with iframes or objects like applets...
Read more >
UI Layout Plug-in - Documentation - jQuery Layout
Layouts are created from existing elements (divs, iframes, etc), so will degrade gracefully. You can even make some regions invisible, so they will...
Read more >
Attributes from pe:layoutPane have no effect
I decided to use pe:layout instead of p:layout because i was having problems re-sizing a p:layoutUnit with an iframe.
Read more >
How to hide caption of LayoutPanel used in side ...
When I upgraded DevExpress from V2010 to v2011 vol 1.7 then I used LayoutPanels in TabbedGroup as we can't use LayoutGroup in TabbedGroup....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found