Oliver Ehrenmüller

Results 10 comments of Oliver Ehrenmüller

I just tried the following ``` ``` When I set `Focusable=True` this adds a tab stop to the content presenter: 1. ToggleButton (in Header) 2. ContentPresenter 🆕 3. Button "Hello"...

Great, I reproduced your issue (needed some changes for DataContext etc...) But even if I set `Focusable="True"` on the ContentPresenter `PART_Content` the focus when expanding does not work: ![expander-focus](https://user-images.githubusercontent.com/16866222/233773964-c891f5be-78a0-4d4e-9ba3-bec4a8d53be6.gif) To...

the focus works when changes from 0c8779003b9a497efd3b73a7b013742e42f015b3 are reverted: ![expander-focused](https://user-images.githubusercontent.com/16866222/233847867-f33eab1b-e742-4129-ab2e-a946b023a181.gif) The focus does not work anymore because the Expander-content is collapsed when FocusManager is called. I think #2579 is still...

ad 1. it's `net48` ad 2. I was not yet able to create a demo-app without MDIX to reproduce this issue, but we will work on this

I added the `RemoveAlphaBrushConverter` to work around a problem. Here is `HorizontalGridLinesBrush` without opacity. ![image](https://user-images.githubusercontent.com/16866222/87223226-7d5f1b00-c37b-11ea-98b8-491f17bdb3d1.png) here with opacity (set directly to `MaterialDesignDivider`) ![image](https://user-images.githubusercontent.com/16866222/87223270-cadb8800-c37b-11ea-95c2-6bc857d71acb.png) You can notice, that the actual data...

We have the same issue with `121.0.2277.128` ``` OpenQA.Selenium.WebDriverException: disconnected: not connected to DevTools (failed to check if window was closed: disconnected: not connected to DevTools) (Session info: MicrosoftEdge=121.0.2277.128) bei...

I would love to have an option where I can configure a process like `ffmpeg.exe` and awake is enabled as long as the process is running

I guess he just means the parent process. so that the PID must not be looked up. here is a .bat-file that should keep system awake for 10 seconds ```...

@dend I just tried it, but I could not get it to work: test.bat: ``` PowerToys.Awake.exe --use-parent-id echo %ERRORLEVEL% timeout /t 5 /nobreak ``` output: ``` C:\Temp>test.bat C:\Temp>PowerToys.Awake.exe --use-parent-id C:\Temp>echo...

@dend you are right! I am sorry, it works now. Thank you very much! 😄