iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
We have discovered that in some cases, the style definition for DefChkBox changes from a height of 15px to a height of 11px with the important CSS flag.
We don't know what triggers this behavior, but we primarily experience this issue in IE 11 running on Windows 8.1. Running IE 11 on Windows Server 2008 and Windows 7 shows the checkbox at the 15px height.
The 11px height makes the checkbox extremely difficult to use and the important flag makes it impossible to override.
Can you please provide the circumstances under which the height is changed and the ability for us to override the 11px behavior so that we can provide a professional looking product to our customers?
Thanks
Hi Karl,
What default style did you used in your WebGrid? Could you let me know the version of WebGrid that you used in your local end? I tried all my sample but there are no important attribute in our embedded style. Maybe you can override the style by using style tag on below of your page. It should be like this:
.DefChkBox { height: 15px !important; }
Look forward to hear any feedback from you so I can help you further.
Regards,Bernard
We don't use any of the builtin intersoft styles. We just specify the style directly in the grid:
<RowStyleBackColor="White"Font-Names="Verdana"Font-Size="8pt"Overflow="Hidden"OverflowX="Hidden"OverflowY="Hidden"CustomRules="text-overflow:ellipsis;overflow:hidden;overflow-y:hidden;overflow-x:hidden;"><BorderSettings><BottomWidth="1px"Color="230,230,230"Style="Solid"></Bottom></BorderSettings></RowStyle>
As for trying important, as I stated in the previous email we have tried overriding with our own style in many, many different locations (css, page, codebehind) and it did not work.
The DefChkBox IS coming from webgrid. I have attached a screenshot of the F12 developer tools that shows the source as webresource (which is yours) and I have clearly shown that the 11px!important is DIRECTLY in the webgrid.dll.
The version we are using is 8.0.7200.258. We have checked to see if there are any available updates using Update Manager and there are none available.
I also have tried this issue in IE11 with Windows 8.1 like you mentioned in first time. Unfortunately, this matter doesn't happen in our local end. In my sample, WebGrid still using 15px as height of DefChkBox class in WebResources. However to resolve this issue, I need to trace where the problem comes from. Therefore, I send you my sample that I used to replicate your issue in our local end. Maybe in my sample, there were any configuration that I missed to put so this issue doesn't appear in my test.
Could you also give me your screenshot of your developer tools in IE11 that can show me the DefChkBox class and its resource? Actually, your screenshot before was truncated. Maybe you can upload it to another resource and give me the link in here. I attach my sample here. Please check my sample and please let me know if you can replicate your issue in my sample. I will resolve this issue as soon as possible.
I couldn't open your attachment because it was truncated in our server. Perhaps, you could share it on your skydrive or by using other file sharing service like mediafire or 4shared. I'm also sure if our control working properly without compatibility view but it would be rendered incorrectly if you're using compatibility view to showing our control. I will ask our developer team regarding this issue and I will let you know if I heard any answer from them.
I am really sorry regarding this inconvenience and I will gladly help you to resolve this issue as soon as possible.
I'm glad that you have fix that problem. Although, we still doesn't know the condition that make this issue happen in your project but I believe that css with important attribute still can be overrided with css same attribute which read last in your project. Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname