0

Weird behaviour of scrollbar in IE

asked 2011-11-17 09:08:22 +0800

KMaria gravatar image KMaria flag of Russian Federation
30 3

Hello all!
I have a problem with scrolling tabpanels in IE 8. Here are couple screenshots:
http://i44.tinypic.com/6gd4r8
http://i39.tinypic.com/wa6m9f.jpg
http://i43.tinypic.com/33mam4j.jpg

In the same time, Firefox 8 renders everything just fine:
http://i39.tinypic.com/erz8di.jpg

The source code of tabbox:

<tabbox width="100%" height="100%" vflex="1">
    <tabs>
        <tab label="General Info" id="generalInfo"/>
        <tab label="Author/Publisher/etc." id="authorPublisherEtc"/>
        <tab label="Physical description" id="physicalDescription"/>
        <tab label="Subjects/Contents description" id="subjectsContentsDescription" />
        <tab label="Purchase/price info" id="purchasePriceInfo"/>
    </tabs>
    <tabpanels>
        <tabpanel style="overflow:auto;">
            <include src="tabs/general_info.zul"/>
        </tabpanel>
        <tabpanel style="overflow:auto;">
            <include src="tabs/author_publisher_etc.zul"/>
        </tabpanel>
        <tabpanel style="overflow:auto;">
        	<include src="tabs/physical_description.zul"/>
        </tabpanel>
        <tabpanel style="overflow:auto;">
        	<include src="tabs/subjects_contents_description.zul"/>
        </tabpanel>
        <tabpanel style="overflow:auto;">
        	<include src="tabs/purchase_price_info.zul"/>
        </tabpanel>
    </tabpanels>
</tabbox>

I use ZK 5.0.9

Any help is appreciated!

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2011-12-23 11:02:31 +0800

KMaria gravatar image KMaria flag of Russian Federation
30 3

Hello again,

I've found the solution, it was all about IE's Compatibility view. After I'd unchecked compatibility view for intranet sites, the problem was gone.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-11-17 09:08:22 +0800

Seen: 253 times

Last updated: Dec 23 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More