Opened 12 years ago
Closed 12 years ago
#1915 closed bug (Fixed)
Unable to stop the status bar from autohiding
Reported by: | Cas | Owned by: | damoxc |
---|---|---|---|
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 Changed 12 years ago by Cas
comment:2 Changed 12 years ago by Cas
I realised I was looking at it in the wrong way. Here's the fix I put together:
comment:3 Changed 12 years ago by Cas
- Resolution set to fixed
- Status changed from new to closed
Fix in 1.3-stable: a5742f89
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.