Skip to main content

Couple of bugs

Comments

8 comments

  • KC George

    Hi 

    Thanks for the list of bugs. We need some more clarity on two of your points

    1. "When trying to drag items, columns or rows the blue dot goes solid and hands until refresh" It is a bit difficult to visualize what you are saying here. Can you make a screen recording to illustrate the issue?
    2. "The asset item gains an extra 1px. Let me explain. Imagine you want a label on the image using the Text field on the asset. You'd use a could of Rows and set one if then to have a negative margin, right? It leaves 1px behind as a reminder :) Obviously you can compensate but reducing the margin by -1px but it's a bug" Here also it has been difficult to visualize your description. A screen recording would be great here as well
    0
  • Ross Garden

    1. So sorry about that - bit of sentence missing. This is when working with Asset items and try to style them with Rows or Cols. Get hand very often i Edge and Chrome).

    2. Yes, tricky to visualise. This gap on the image translates to the published page. https://jmp.sh/uHLHTgsh

    And while I'm here there's a little bug in the styling of the dropdown menu - it offers you to place a border all around each Menu entry (selecting the drop down section) but will only let you style the bottom edge even though all borders have inputs. I have used a code to get around this. But then I wanted the whole drop down box to have a border because I'm a designer and finicky. If anyone is bumping into this post this is the code I used:

    {}
    .brz-menu__dropdown {
      outline-offset: -2px !important;
      outline: 2px solid rgba(var(--brz-global-color2), 1) !important;
    }

    Which leads me to another issue I found. I need to place a double bracket {} before some of the custom CSS. Any idea why?

    Hope this doesn't sound too much like criticism - just be great to get these little things ironed out :) Especially the Asset on the Tablet - having to code each element because if I place it in the Global CSS it doesn't work - unless this need tweaked:

    @media (max-width: 991px) and (min-width: 768px){
    .brz-posts__item {
        width: 100% !important;
    }
    }

     

    Thanks!

    0
  • KC George

    Hi 

    I still do not have full clarity about what you are asking us. Please watch this screen recording https://jmp.sh/8IhuN4v8

    0
  • Ross Garden

    Here you go. Complete hang until refresh.

    https://jmp.sh/lkLZXieN

    0
  • KC George

    Hi

    In the video, you were attempting to drag an asset out of the Assets element. Dragging an asset out of the Assets element to a column is not permitted.  

    Dragging a column out of an element is possible if you have added the content yourself manually. The Assets element display a list of assets based on the categories you select under the Filter tab. The list is generated dynamically (and the content is not added manually). When the content is generated automatically based on a criteria (like in the case of Assets element), dragging a column out of the element is not possible.           

     

    0
  • Ross Garden

    Ah, I see. Perhaps crashing isn't the best way to inform a a user :)

    0
  • Ross Garden

    Oh and having to chase around after these little 1px errors (mentioned above) could that be fixed?

    0
  • KC George

    Hi

    Can you please demonstrate the 1 pixel issue on another screen recording?  

    0

Please sign in to leave a comment.