Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Graphic Problems after adding <!DOCTYPE html>

    Hi,I posted a thread before about the graphic issues (http://forums.smartclient.com/showthread.php?t=26104), and I have also read the thread "http://forums.smartclient.com/showthread.php?t=26141". Based on my own project, i find the difference running the project in IE10 and FF20,smartGWT3.1 and smartGWT4.0d

    1.in the Compat Calendar example, the annoying scroll bar always shows in Firefox 20 after adding <!DOCTYPE html> in index.html, but not in IE 10。(ff20_compact_calendar.jpg and ie10_compact_calendar.jpg)

    2.in calendar,Some event blocks overlap with each other.( ff20&ie10_calendar.jpg)

    3.as shown in ff20_border.jpg and ie10_border.jpg, the thickness of the border is different.

    4.in grid,the height of the cells seems larger, restricted by the forum, I will reply to post the screen shot.

    Could anyone help me? Thanks a lot .
    Attached Files
    Last edited by LHG; 11 Apr 2013, 07:14.

    #2
    in grid,the height of the cells seems larger.
    Attached Files

    Comment


      #3
      1 and 3. unable to reproduce in any browser or DOCTYPE. Most likely caused by custom CSS in your project.

      2. This is intended, it's controlled by eventOverlap and eventOverlapPercent, also eventDragGap is what controls the gap at the end of the column.

      4. You're seeing top alignment, not taller cells. We'll check this out.

      Comment


        #4
        Thanks for you kind help. I will recheck Q1 and Q3

        Comment


          #5
          #4 is now fixed for 3.1 and 4.0, in tomorrow's builds.

          Comment

          Working...
          X