Files icon indicating copy to clipboard operation
Files copied to clipboard

WinUI 3 progress

Open yaira2 opened this issue 3 years ago • 11 comments

  • [x] Window Decoration api isn't working on the properties windows (we should remove the relevant code before release)
    • [x] #9931
  • [x] ListView styles are broken (on winappsdk 1.2 prerelease)
  • [ ] #9929
  • [ ] #9928
  • [ ] #9927
  • [x] #9926
  • [x] #9925
  • [ ] #9924 (Status center doesn't display when emptying recycle bin)
  • [ ] #9923
  • [ ] #9922
  • [ ] #9921
  • [x] #9920
  • [ ] #9919
  • [x] #9918
  • [ ] Missing Arm64 build
  • [ ] Build pipeline ci tests fail
  • [ ] #9915
  • [ ] #9914
  • [ ] #9912
  • [x] #9911

yaira2 avatar Aug 21 '22 04:08 yaira2

Screenshot of: Context menu appears partially outside when right clicking an option on sidebar

imagen

BanCrash avatar Aug 29 '22 15:08 BanCrash

That has always happend. i think it known on the WinUI github but they havent done anything for it yet.

Josh65-2201 avatar Aug 29 '22 22:08 Josh65-2201

Are you sure? I've only seen this behavior with the wasdk build.

yaira2 avatar Aug 29 '22 22:08 yaira2

image image

yep on 2.3.11.0 at least for the sidebar and trying it on the right of the screen has it show no were near the cursor

Josh65-2201 avatar Aug 29 '22 22:08 Josh65-2201

image The preview feature seems to be broken

MarcAnt01 avatar Sep 02 '22 14:09 MarcAnt01

Merge failure for shared merged PRI file: error 0x80070490. Fault in my computer?

@gave92 is this still happening?

yaira2 avatar Sep 04 '22 01:09 yaira2

I think it was solved by removing arm build from the package.

gave92 avatar Sep 04 '22 06:09 gave92

Tooltips like the status center one doesnt go away on its own or with the X button Settings backdrop doesnt change the title bar image

Josh65-2201 avatar Sep 04 '22 15:09 Josh65-2201

Should this be close and use the separated ones or is there a reason for it open.

Josh65-2201 avatar Sep 08 '22 14:09 Josh65-2201

I'm keeping this open until I finish getting the relevant issues to spec for the ready for build column.

yaira2 avatar Sep 08 '22 15:09 yaira2

image

MSEDGE-CORE avatar Nov 19 '22 07:11 MSEDGE-CORE

Thats fixed in preview builds

Josh65-2201 avatar Nov 19 '22 09:11 Josh65-2201

This is a bug in WinUI 3. In UWP, the MenuFlyout control has its own child window whose class is Xaml_WindowedPopupClass. However, in WinUI 3, it is displayed directly in the program window. So if the program window is too small or the control is displayed near the border, it may be showed partly.

themerror avatar Nov 20 '22 07:11 themerror

What happens when you replace the path \ with the / symbol? C:\Windows C:/Windows

Most software terminals use / do not use \

Pantyhose-X avatar Jan 06 '23 15:01 Pantyhose-X

Most software terminals use / do not use \

On Windows \ is the default and standard path delimiter.

hez2010 avatar Jan 06 '23 16:01 hez2010