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
(01-09-2025, 10:10 AM)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
#3
(01-09-2025, 01:09 PM)QZMTCH Wrote: 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)

Please watch this video, I do not want to long answer because inherently at #1 I emphasized (CAPITALIZED and bold) this error:

Tell me I'm your national anthem
Reply
#4
(Yesterday, 09:53 AM)tanquang Wrote: Please watch this video, I do not want to long answer because inherently at #1 I emphasized (CAPITALIZED and bold) this error:

 pull the corner, expand the window https://8.i.getapic.me/htll.png
all columns inside are stretched to the width of the window, if it is small, then your column width settings will not be saved. I don't think this can be implemented (It can probably be done, but why?)
also the position of the column

you are a strange person, in one topic you write to remove browser features so that it is pure chrome, and in another you propose a feature that no one needs that the developer will have to make instead of adding his features to the new version of the engine
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)