14

Fucking jesus christ, for some reason in chromium-based browsers if you have a table that fills up to the full height of the parent using flexbox rules, if you go to print it, it will fucking

i forgor 💀

and give it a height of minimum content height. The solution is to ALSO give it height: 100%;

Google completely unhelpful (I guess it's too specific and most people don't write web services specifically made for printing out?) but luckily it only took me like 3 guesses to figure out on my own.

But I could have easily seen this completely pissing me off to the point of quitting. FireFox doesn't have this issue.

RELATED TANGENT RANT:

Why the fuck is the default to use headers, footers, margin, and no background images (colors) ?!?!?!? The default printing for browsers COMPLETELY FUCKS UP THE PRINT

God FUCKING damnit.

Comments
  • 5
    On an unrelated note: do you like my calendar? owo
  • 7
    @AlgoRythm only perverts start the week with sunday. XD
  • 5
    @IntrusionCM I've actually never even seen a calendar that doesn't

    But I'm adding support for you to start it wherever you goddamn want (because you may not necessarily be American, but this code is, and god damnit you should be able to start the week on Thursday if you fucking feel like it)
  • 5
    @AlgoRythm

    ISO 8601 - Monday.

    Like most european countries and I think a part of africa, too.

    Canada and US was sunday I think.
  • 0
    @IntrusionCM I know it exists but I've never seen it before.

    And thus, while indev, it starts on Sunday.

    But again it will accept an arbitrary day offset so you can make it look however you want.
  • 1
    @AlgoRythm don't take my nitpicks too serious, looks good so far.

    If you want to make a lot of folks *truly* happy, add what windows calendar I think still has not or was just added recently: display of calendar weeks.

    👍👌
  • 0
    @IntrusionCM not sure what you mean by that, can you show a pic?
  • 2
    @AlgoRythm

    https://en.m.wikipedia.org/wiki/...

    It's very common in management, planning, fiscal etc.
  • 1
    Business and especially fiscal stuff gives me a headache.

    This web component is mostly made to compete with awful programs like this:

    https://broderbund.com/calendar-cre...

    It has highly granular control over the formatting of the calendar and will support adding images and other objects via layering (for decoration). All formatting is export/importable, as you would expect.
  • 1
    @AlgoRythm ah. Nice.

    Calendar weeks are "easy".

    What I really really really really really really hated and what still gives me nightmares is timezones and daylight saving times.

    It's like taking a vibrator, cross it with a cactus, add pain enhancing toxin and shove it up your butt on max setting - of course it has an industrial engine....
  • 0
    I‘m curious if Safari does it better 😏
  • 0
    Regarding Sunday or Monday as the start of the week:
    It would be nice if the default would be based on the current Region of the user. And the user should also be able to change it. Not only the dev.
  • 0
    I tried using flexbox, i just opted to a $(window).resize() event handler instead with an innerwidth and innerheight set
  • 0
    sigh i only screwed one woman in england thus far sigh
Add Comment