Yes I've also noticed some Panels overflowing their boxes.
If we have any CSS expert on board, help would be much welcome.
Richard, feel free to create JIRA issues if you have bugs to report.
Hi anyone,
Quite a few times page contents (especially tables) get obscured by
the
right hand menu panels. Is there anyway to have a button or
something to
click to hide the menu panels or/and perhaps to have a horizontal
scroll bar
at the bottom of the page so the user can scroll to see the rest of
the
page? Perhaps any css gurus out there might know how to tweak the
skin to do
this. I've managed to wrap (with overflow) :
<DIV STYLE="overflow: auto; width: 900px; height: 500; border-top:
1px gray
solid; border-left: 1px gray
solid; border-bottom: 1px gray solid; padding:0px; margin: 0px">
around large tables to provide a horizontal scroll bar, but the
WYSIWYG
editor removes it, so its not ideal when users want to use the WYSIWYG
editor to edit a table!
Regards,
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On
Behalf
Of Dennis Rasey
Sent: 24 September 2007 14:13
To: XWiki Users
Subject: Re: [xwiki-users] Problems with Panels
Vincent Massol wrote:
On Sep 24, 2007, at 12:07 PM, Vincent Massol
wrote:
Hi Dennis,
I've confirmed the problem and created a jira issue:
http://jira.xwiki.org/jira/browse/XAPANELS-35
While waiting for this bug to be fixed I think there's a workaround.
Try Importing the Panels XAR (or the full XE XAR) into your wiki. I
think this will fix your problem.
wonderful, seems to work w/below tip (removed the undefined
reference).
You may need to go the administration page, click
on the "skin"
accordion and edit the Right Panels list to remove the "undefined"
Panel. BTW editing this field has the same result as the Panels
Wizard. It's just less visual... ;)
wow, I never realized that was there!
> Thanks
> -Vincent
>
>> On Sep 23, 2007, at 9:09 PM, Dennis Rasey wrote:
>>
>>> Hi Vincent,
>>> Hopefully this is what you are looking for:
>>>
>>> I'm using xwiki-enterprise-1.1-hsqldb.zip (just unzipped & started
>>> it)
>>> * Logged in as Admin
>>> * Went to Panel Wizard (from Main,
>>> http://<host>:8080/xwiki/bin/view/Panels/PanelWizard?
>>> forceLeftPanels=1&forceRightPanels=1)
>>>
>>> * Removed: 'quick links' & 'my recent modifications'
>>>
>>> * Added: 'Spaces'
>>>
>>> * Saved layout
>>>
>>> * Returned to Main
>>>
>>> 'Search' & 'Spaces' are gone, 'Create' is there,
along with 'Main'
>>>
>>> I don't see anything interesting in the logs.
>>>
>>>
>>> -Dennis
>>>
>>>
>>>
>>>
>>> Vincent Massol wrote:
>>>> Hi Dennis,
>>>>
>>>> Several users have reported issues with the Panels so there
>>>> must be
>>>> something wrong indeed.
>>>>
>>>> However we'd need a way to reproduce this, using the default XE
>>>> install (with default XAR). If someone could list the steps that
>>>> would be great.
>>>>
>>>> Thanks
>>>> -Vincent
>>>>
>>>> On Sep 23, 2007, at 9:04 AM, Dennis Rasey wrote:
>>>>
>>>>> I'm seeing some odd behavior with panels in XWiki 1.1 (1.1.4918)
>>>>> on a
>>>>> clean install using xwiki-enterprise-1.1-hsqldb.zip.
>>>>>
>>>>> When I edit the panels (using the Panel Wizard), I remove the
>>>>> default
>>>>> panels, and added 'search' 'create' &
'spaces' (I think 'create'
>>>>> was
>>>>> already there).
>>>>>
>>>>> After saving & returning to Main, the 'search' panel has
>>>>> disappeared,
>>>>> and the 'Panels' panel has been added. If I return to the
Panel
>>>>> Wizard,
>>>>> I cannot find 'search'.
>>>>>
>>>>> I've also had a few instances where the Panel Wizard page
>>>>> doesn't seem
>>>>> to render properly (hard to describe, background is white, and
>>>>> the
>>>>> panel
>>>>> objects don't want to be dragged to the right panel area).
>>>>>
>>>>>
>>>>> I didn't seem to have this issue w/rc-1. Anyone have any
>>>>> thoughts or
>>>>> suggestions?
>>>>>
>>>>>
>>>>>
>>>>> -Dennis