Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Render issues in browser - SOLVED
#3
Fun facts with my problem.
I'm using HTML template to draw my pages.
To draw this page as expected, I'm using this html code :
Code:
<div class="mb-4">
    {%IWLabelGroupTitle class="h4 mb-4"%}
    {%IWGridAnswers%}
</div>
<div>
    {%IWRegionQuestions class="d-flex flex-column mb-4"%}
</div>
This code returns this page, same than in my 1st post :
[Image: lmff50qskcnedqcrw54x.jpg]

If I swap my grid and my region in the HMTL code :
Code:
<div class="mb-4">
    {%IWLabelGroupTitle class="h4 mb-4"%}
    {%IWRegionQuestions class="d-flex flex-column mb-4"%}
</div>
<div>
    {%IWGridAnswers%}
</div>
I get this page, every new frame is added after 2nd frame instead of 4th frame :
[Image: r1a62nmeg2ojswoigfvw.jpg]

And finally, if I remove my grid from the HTML code :
Code:
<div class="mb-4">
    {%IWLabelGroupTitle class="h4 mb-4"%}
</div>
<div>
   {%IWRegionQuestions class="d-flex flex-column mb-4"%}
</div>
I get this page :
[Image: t2hzazcnfubucx5r1opk.jpg]
This result is OK, frames are in the correct order.
But, even if the grid is not added to my HTML template, the grid is drawn at the end of the page.
[Image: l9ykjgg13zjzotvaha3s.jpg]

I don't understand why my region is impacted by the presence and the position of the grid on the page.
Any idea ?
Reply


Messages In This Thread
Render issues in browser - SOLVED - by StephB - 10-16-2023, 01:02 PM
RE: Render issues in browser - by StephB - 10-19-2023, 10:41 AM
RE: Render issues in browser - by StephB - 10-19-2023, 02:32 PM
RE: Render issues in browser - by StephB - 10-19-2023, 04:57 PM
RE: Render issues in browser - by StephB - 10-23-2023, 03:46 PM
RE: Render issues in browser - by StephB - 10-30-2023, 05:16 PM
RE: Render issues in browser - by StephB - 11-21-2023, 11:29 AM
RE: Render issues in browser - SOLVED - by StephB - 11-28-2023, 03:12 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)