Firewall Rules GUI
-
I (not a dev) have a Windows system, but it is Windows 10. I fired up Microsoft Edge browser and the scroll bar stuff happens on Edge the same way I described for Firefox and Chrome. Edge is another browser to test!
I do have a Windows 7 mini-desktop thing somewhere here. I will fire it up tomorrow and try IE-v-something-or-other. -
i think only 1 person of the devs has a windows-system to test ;)
IF! that is correct it would be pathetic and explain a lot. :(
It is not true :) Several of us have access to IE, but because of the excellent development tools they provide FireFox, Chrome and Safari are our browsers of choice. IE testing typically comes afterwards.
-
IF! that is correct it would be pathetic and explain a lot. :(
Ridding our development environment of windows (or at least IE) would not be "pathetic", it would be glorious. :-)
But we do have PCs/VMs/etc running Windows if we have to test against it. We just prefer not to since Chrome/FF/Safari/Opera/etc all tend to operate better and faster.
-
i was obviously joking … but in all fairness: IE has been a pain in the ass for two decades already. its long passed time to put it sleep.
-
Developers following standards instead of complaining about how browser xzy handles their ambiguity would be glorious.
-
Yep, I wish they would. IE Has a history of not following standards that work fine in every other browser. :)
-
Something working in Chrome, Firefox etc. browser is an incorrect validation method of standards compliance. Developers complaining of how browser xyz handles their non standards compliant code is a double standard. A cliché about a pot and kettle comes to mind.
-
@steve_b it's got todo with the overridden margin-bottom. when forcing it to 20px, then all looks ok in IE11/edge
no clue what the best way is, to get it fixed ,as it involves messing with .table-responsive.table.
perhaps theres a way to detect the malfunctioning browsers and adjust the css -
Very interesting. Thanks Heper. I wonder if the table-condensed cLSS is to blame? That is supposed to reduce the margins/padding to a minimum. Perhaps it reduces them too much ?
-
Very interesting. Thanks Heper. I wonder if the table-condensed cLSS is to blame? That is supposed to reduce the margins/padding to a minimum. Perhaps it reduces them too much ?
yeah, but only for IE11/edge.
changing the min-height of the panel-body to around 50px also works (on my work laptop) … don't know what it worse ;) -
Think this may have been inadvertently resolved.
I believe the horizontal scroll bar on the empty table may have been due to no table rows (tr). Seen the same behavior while doing some work on firewall status logs and wizard.
Went back to the firewall rules to check but there is now a message being displayed when there rules list is empty so the table is no longer really empty (row-less).