Martin Heini
Martin Heini
@maharshivpatel Thank you for the hint. I was wondering about the future plans on Print Designer integration into Frappe and I'm happy to hear it will be integrated. This will...
Well, I guess it's ready to merge and might add some value. Hope it'll find it's audience 😃
No one here to check?
Sad to get no reaction at all... won't create any further PR in the future.
Regarding Problem No1 (Global Frappe CSS is interfering with print format styles / default print format styles won't be applied): What about a solution like this? Might that be a...
Update: Just pulled a request for Issue No 2. (Print Style is applied even if it is disabled) #27974 In addition, this code snippet is responsible for the table styling...
Hi @rasos Thank you for your reply and contribution to frappe_docker. I'm aware of print_designer and chromium, however it's still very limited and the preview still looks off to the...
Might be related to this code lines in Layout.lastChildCheck() which removes the last element recursive if any of it's children is overflowing: ``` if (parentElement.dataset.overflowTagged && parentElement.textContent.trim() == '') {...
This one is most likely related with #271 - I already did a decent amount of debugging and found the underlying issue (You can [read about the solution in my...
Seems like this code snipped in line 1028 of Layout.startOfNewOverflow won't be reached - but should. It's working perfectly fine with text content instead of images or div's thought... ```...