Opened 12 years ago
Closed 12 years ago
#8862 closed bug (fixed)
Full-screen mode is resizable
Reported by: | mmadia | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Terminal | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev44483 (though, this is an older bug which I never reported)
When Terminal is in fullscreen mode (CMD+Enter), it is possible to
- use CTRL+CMD+RightMouseDown to resize Terminal
- use CTRL+CMD+LeftMouseDown to move Terminal
Either of those should not be possible in full screen mode. Take for example, WebPositive's full screen mode -- neither is allowed.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | Terminal-full-screen-resizable.png added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev44556.
Though it definitely falls into R2 territory, I think we should add a SetFullScreen method to BWindow which handles this all correctly.