Paulo Ortins
Paulo Ortins
Added support to use autoTriggerUntil as a function instead only number of pages.
Hi Tony, when initializing the navigator we have to do this: jQuery("#grid_id").jqGrid( 'navGrid', '#gridpager', {parameters}, prmEdit, prmAdd, prmDel, prmSearch, prmView ); Why we dont do this: jQuery("#grid_id").jqGrid( 'navGrid', '#gridpager', {parameters},...
Hello, I have a page that the iframe is failing to load intermittently. The page is not public available so there is no way I can send the page here....
When we have two unclosed tbody tags the output is different from the way chrome renders it. While chrome closes the first tbody before the second opening tbody, HAP adds...
In argparse we can add constraints to a command, eg: In my calculator the command operator has to be add, subtract, multiply or divide. In argparse, I write it in...
The test below should pass due the fact that `animation-name: MyAnimation` and `animation-name: myanimation` are handled different if we have a keyframe like: ``` @-webkit-keyframes MyAnimation{0%{transform:translateY(50px);opacity:0}100%{transform:translateY(0px);opacity:1}} ``` ``` [Fact] public...
When we have a closing tag before the current open tag is closed we have different results between HAP and Chrome rendering. While chrome moves the wrong closing tag to...
I'm integrating SecureAuth as an IDP using SAML to my Azure B2C and SecureAuth by default uses ECDSA as the encryption algorithm. `` When I integrate it the Azure B2C...