Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug Report: Browser task manager preferences data lost/reset
#1
Bug 
Describe the bug
Some settings data in browser task manager is lost/reset after closing task manager/restarting browser.

To Reproduce

1. Open the browser's task manager (shortcut Shift + ESC)
2. Enable/Disable a column(s) you want to see: The columns will now be arranged IN ORDER WHEN ENABLED.
3. Adjust the size of the columns (depending on your preferences).
4. Close the browser's task manager or restart the browser
5. Reopen the browser's task manager: The columns will be sorted IN THE ORDER THEY APPEAR IN THE COLUMN ENABLE/DISABLE OPTIONS LIST and the column widths will be reset (according to some rule).

Expected behavior
Column order and column width are kept as previously customized.
Tell me I'm your national anthem
Reply
#2
(10 hours ago)tanquang Wrote: Describe the bug
Some settings data in browser task manager is lost/reset after closing task manager/restarting browser.

To Reproduce

1. Open the browser's task manager (shortcut Shift + ESC)
2. Enable/Disable a column(s) you want to see: The columns will now be arranged IN ORDER WHEN ENABLED.
3. Adjust the size of the columns (depending on your preferences).
4. Close the browser's task manager or restart the browser
5. Reopen the browser's task manager: The columns will be sorted IN THE ORDER THEY APPEAR IN THE COLUMN ENABLE/DISABLE OPTIONS LIST and the column widths will be reset (according to some rule).

Expected behavior
Column order and column width are kept as previously customized.
I don't have this, I can't confirm. Check the local state file write access
if it is set to read only, then the setting will be reset after restarting the browser
Code:
"task_manager": {
        "column_visibility": {
            "IDS_TASK_MANAGER_CPU_COLUMN": true,
            "IDS_TASK_MANAGER_CPU_TIME_COLUMN": false,
            "IDS_TASK_MANAGER_GDI_HANDLES_COLUMN": false,
            "IDS_TASK_MANAGER_HARD_FAULTS_COLUMN": false,
            "IDS_TASK_MANAGER_IDLE_WAKEUPS_COLUMN": false,
            "IDS_TASK_MANAGER_JAVASCRIPT_MEMORY_ALLOCATED_COLUMN": false,
            "IDS_TASK_MANAGER_KEEPALIVE_COUNT_COLUMN": false,
            "IDS_TASK_MANAGER_MEM_FOOTPRINT_COLUMN": true,
            "IDS_TASK_MANAGER_NACL_DEBUG_STUB_PORT_COLUMN": false,
            "IDS_TASK_MANAGER_NET_COLUMN": true,
            "IDS_TASK_MANAGER_PROCESS_ID_COLUMN": true,
            "IDS_TASK_MANAGER_PROCESS_PRIORITY_COLUMN": false,
            "IDS_TASK_MANAGER_PROFILE_NAME_COLUMN": false,
            "IDS_TASK_MANAGER_SQLITE_MEMORY_USED_COLUMN": false,
            "IDS_TASK_MANAGER_START_TIME_COLUMN": false,
            "IDS_TASK_MANAGER_TASK_COLUMN": true,
            "IDS_TASK_MANAGER_USER_HANDLES_COLUMN": false,
            "IDS_TASK_MANAGER_VIDEO_MEMORY_COLUMN": false,
            "IDS_TASK_MANAGER_WEBCORE_CSS_CACHE_COLUMN": false,
            "IDS_TASK_MANAGER_WEBCORE_IMAGE_CACHE_COLUMN": false,
            "IDS_TASK_MANAGER_WEBCORE_SCRIPTS_CACHE_COLUMN": false,
            "sort_column_id": ""
        }

(by the way, in the same file, PDF can probably be disabled)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)