DivBucket / bugs.txt
bugs.txt
Raw
#BUGS/ISSUES
- contextmenu going up direction ( related to sometimes mobile -10px showing in headbar, can be a persist redux extension bug)
- encounter a bug where headbar > width is showing negative(mobile -10px)(can't reproduce yet)
- Cssbar>borders of resizable interfaring with activebar/infobar
- optimize the Layout Utility>Components (currently they all have different components though they are same)
- Need to optimize ALL components specially resizable (re-rendering) by using tools like react profiler,react components,redux devtools.

#FIXED
- can't copy/cut/ inside any textarea in app[added tabindex]
- paste/cut inside unit elements[can't reproduce]
- FIX INFOBAR POSITION [by adding a div wrapper (fixinfobar) in treemanager]
- bug in layer while resizing div(still bottom resizable hover while resizing)[FIXED:zindex issue]
- in a row with long height the ondraghover drag helper boxes showing in left right side instead of top bottom
- when display flex and column-reverse of BODY, there is image cut from bottom [Seems like an expected behaviour.]
- getting click outside (hence losing focus) of the resizable box while dragging resizable border. [FIXED:by adding a fixed layer of w,h:100%]
- another resizable gets hover while resizing. [FIXED:by adding a fixed layer of w,h:100%]
- FIX CONTEXTMENU POSITION WHEN OPEN IN BOTTOM [FIXED: transform height -100% when 2/3 of bg]
- do explorer view overflow scroll
- in cssbar>size> input boxes, values like "auto" should not be editable means "auto" can't be backspaced to "aut". Backspacing it causing problem currently.[FIXED:user will be responsible;)]
- major bug in contextmenu - z-index stacking context issue [Reason: there was a zindex in a div which caused this]
- width/height going negative [FIXED: Math.min(0,...)] 
- child nodes(resizable) are not dragging
- currently I am not rendering more childs of Non-Layout components but their whole structure should be fixed to not support a drop.
- MAXIMUM DEPTH LIMIT REACHED message in console from resizable dispatch in handlemousemove.[FIXED: by not dispatching on every mousemove]
- dropping elements not working in more than 2nd or 3rd level.
- hovering in a Active child element makes the parent element highlight.[FIXED: by adding another div inside resizable]
- CSSBAR>display>flex> the dropdown is being hidden when overflow from left side [FIXED: by making that div horizontal ;)]