Opened 13 years ago
Closed 13 years ago
#1915 closed bug (Fixed)
Unable to stop the status bar from autohiding
Reported by: | Calum | Owned by: | Damien Churchill |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.4 |
Component: | Web UI | Version: | 1.3.3 |
Keywords: | Cc: |
Description
A user in IRC reported that after enabling autohiding of the status bar using the double-arrow there is no way to disable it again.
Also peers tab list seems to no longer expand to show the rest of the peers after enabling autohiding, as this screenshot shows:
http://img600.imageshack.us/img600/7903/delugey.jpg
Browser: Firefox 5
I confirmed the first bug but didnt see any issue with peers list.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
I realised I was looking at it in the wrong way. Here's the fix I put together:
Note:
See TracTickets
for help on using tickets.
damoxc I need a little help with this one.
As far as I can tell the bug is something to do with Extjs3 and browsers not showing the tabpanel titlebar.
I think the fix for this is instead of currently having a collapsible tabpanel, it should be changed so that the tabpanel is placed inside a collapsible panel.
In DetailsPanel I found that tabpanel is extented so I am not sure how to make the above changes in this situation.