Hide Forgot
++ This bug is a clone of bug 794231 ++ project_key: JBEPP When a portlet is maximized, the border around the portlet area is missing.
screenshots showing the difference in the border between maximized and minimized portlets.
Attachment: Added: max_portlet.png Attachment: Added: norma_portlet.png
Release Notes Docs Status: Added: Not Required
Labels: Added: EPP_6_0_0_Candidate
*** Bug 794231 has been marked as a duplicate of this bug. ***
Still reproducible with JPP 6.1. The cause is that the border is defined on PageBody div element which is not present at all when some portlet is maximized. I propose not to fix this at all.
Putting it for 6.2 as it will be safer to not mess with this in maintenance release and risk UI regressions (508/mobile/etc)
Not reproducible in JBoss Portal 6.1.1.CR1 anymore.
Verified on CR01.
Hi Jared, no, this is not a known issue because the problem is not there anymore. I verified that once again now on JBoss Portal 6.1.1.CR1. Although I have done nothing to fix it, the problem disappeared, probably as a side-effect of other changes or it was perhaps addressed in the upstream independently. Hence this should be definitely presented as fixed in the relnotes. So, the cause was that the border was defined on PageBody div element which was not present in the markup at all when some portlet was maximized. Now, looking into the code, I can say that the fix is that PageBody div element is now rendered also when some portlet gets maximized.