Sigma Php Ajax framework, Ajax Components, GUI Builder
February 11, 2012, 11:04:43 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Sigma Grid's freezed column's width is not fine in IE8  (Read 1739 times)
randeep.nitk
Jr. Member
**
Posts: 6


View Profile
« on: October 20, 2009, 09:29:11 AM »

We are using the Sigma grid in one of our projetcs. The Grid's freeze columns functionality works fine in IE7 but the same is showing some different behaviour in IE8.

Find the screen shots below for both IE7 and IE8 modes. Notice the different width of the freezed (1st) column for the IE8 mode. If anyone have any idea about this problem then please give a reply soon.


Logged
steven
Moderator
Hero Member
*****
Posts: 546



View Profile
« Reply #1 on: October 21, 2009, 06:58:42 PM »

Thank you for your reporting. It will be fixed in the next version.
a quick fix is change line 1441 in /src/gt_grid_all.js
from
kR2:Sigma.isBoxModel?0:0
to
kR2:Sigma.isBoxModel?0:(Sigma.isIE8 ? 3 : 0)
Logged

Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
randeep.nitk
Jr. Member
**
Posts: 6


View Profile
« Reply #2 on: October 22, 2009, 05:02:15 AM »

Thank you for the tip Stewen. This has fixed the problem. :-)
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!