Closed (fixed)
Project:
Cookie Based Blocks
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Dec 2018 at 08:49 UTC
Updated:
5 Feb 2019 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
clemens.tolboom@ardkuijpers thanks for reporting. You forgot to mark issue as 'Needs review' ;-)
As the patch has lot's of changes including code style stuff it is hard to see what is done for what reason.
I guess this is the main bug right? The other issues are worth 2 new issues I guess :-)
Can you provide a fix only version version. Adding too many unrelated changes are hard to digest. Hope that's OK for you :-)
Comment #3
ardkuijpers commentedNext time, I will make my fixes incremental and submit seperate reports. For now, I hope you will accept my comments as a way to help you.
If have split up the complete changes in two patch files. The first file addressess the bug fixes. I've put comments in the patch file so you can see (after the @@ signs) which of the following three bugs is addressed by each section:
The second patch file addresses the refactoring I did to address the TODO comment that was in the code. So applying that patch is not strictly necessary (but recommended ;) )
Comment #4
clemens.tolboomTNX! Will check these next week.
Comment #5
clemens.tolboomVery late :-( review of cbb-bugfix.patch which does not apply.
The comment suggest 'window width' so why 90%
Makes me wonder why I added jquery.ui.accordion then ?
Looks great to do
Comment #7
clemens.tolboomI've applied fixes from cbb-bugfix.patch apart from the colorbox 90%.
Patch cbb-refactoring.patch needs a reroll in a #3027336: Remove necessity to copy settings
Mark this as fixed as we have a followup.
Comment #8
clemens.tolboomMaybe the colorbox 90% needs a new issue too.
Comment #9
ardkuijpers commentedSorry for the confusing comment. I noticed that the colorbox didn't scale at all so I added the maxWidth attribute. I used 90% because I like that better than to scale to the complete width of the window (which is achieved with
maxWidth: 100%).