morpheus.meta

Issues/PRs archive for Nordgedanken/Morpheus
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.meta.git
Log | Files | Refs

67.md (1710B)


      1 # #67 [TRACKING ISSUE] QT refuses to render widgets inside of scrollAreas
      2 
      3 - **State:** open
      4 - **Author:** @MTRNord
      5 - **Created:** 2018-02-20T13:06:20Z
      6 - **Labels:** bug, Important
      7 
      8 ---
      9 
     10 <!--- Provide a general summary of the issue in the Title above -->
     11 Since the rework of the ScrollArea Initialisation both (room and message View) are empty. SOmetimes the Room Header is missing too or added very late.
     12 
     13 ## Expected Behavior
     14 We should see a room List and the messages of the current Room
     15 
     16 ## Current Behavior
     17 Both Views are empty
     18 
     19 ## Possible Solution
     20 Propably I have done something wrong in either adding the widgets to the scrollLayouts or adding the Layout to the ScrollArea
     21 
     22 ## Steps to Reproduce
     23 See the latest CI build
     24 
     25 ## Context (Environment)
     26 Tested on Windows 10 but propably affects other Systems too.
     27 
     28 
     29 ## Comit Explenations
     30 Used commit is: 0f41edb679e66f7b601f1c22d41c2f41ca226d8b
     31 Latest working commit (which has CI builds, missing avatars are "intended" as they are caused by a already fixed problem): 84ed8542ec5323aad6ec59a542e05c558b6582c3
     32 First failing commit with CI builds: 9f0d082f56d0a1b50e9d2ba4e702e167120100ba
     33 
     34 ## What changed?
     35 1. It doesn't use QT/C Slots anymore but rather uses pure GO Code to add stuff.
     36 2. The Layout isn't the struct anymore but rather the non customized type which is provided by the Binding.
     37 3. Avatar updates got fixed but aren't really tested as I now miss the whole widget :)
     38 4. Some minor optimizations that shouldn't affect this in any way.
     39 
     40 
     41 ## Comments
     42 
     43 ### @MTRNord — 2018-02-23T17:26:25Z
     44 
     45 Debuged and apparently this is caused by a timing issue. as soon as I use the Slots by QT it works fine again. Issue will be kept open to track this further
     46