Opened 16 years ago
Closed 15 years ago
#2666 closed defect (fixed)
Serial port option prohibits saving settings even when serial port disabled => Fixed in SVN
| Reported by: | bleh | Owned by: | |
|---|---|---|---|
| Component: | GUI | Version: | VirtualBox 2.0.6 |
| Keywords: | Cc: | ||
| Guest type: | other | Host type: | other |
Description (last modified by )
If a Serial Port is disabled, it is expected that even if it contains invalid settings, it will not prohibit saving guest settings.
To reproduce:
- Open settings for any guest
- Select "Serial Ports" in left pane
- Check "Enable Serial Port"
- For Port Mode, select "Host Pipe" and note that status reads "Invalid settings detected"
- Uncheck "Enable Serial Port"
- Note that the OK button is grayed out.
Change History (3)
comment:1 by , 16 years ago
| Description: | modified (diff) |
|---|---|
| Host type: | Windows → other |
comment:2 by , 15 years ago
| Summary: | Serial port option prohibits saving settings even when serial port disabled → Serial port option prohibits saving settings even when serial port disabled => Fixed in SVN |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.


The reason for this check is that we store the parameters even if the port is disabled. This way a port can be disabled temporarily without loosing the parameters. Fixed the check in SVN.