This is a migrated thread and some comments may be shown as answers.

I set width for "button",but some times it works well ,sometimes not.

1 Answer 46 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
binbin
Top achievements
Rank 1
binbin asked on 02 Dec 2008, 08:02 AM
  1. Firefox 3,  we have two page  main,aspx  and test.aspx main.aspx have 
    <iframe id="Main" onload="MainLoad()" name="Main" src="Test.aspx" frameborder="0" width="100%"></iframe> and some link
    <a href="test.aspx" main="Main">test</a> <a href="test2.aspx" main="Main">test2</a>
    Test.aspx have an button and we are use Decorator. now  when we click "test" width working well sometimes we can see width:75px was be add on A tag style attribute, but some times we can't see it the A tag  style attribute is width:atuo .
    IE7 can work well always.  If we are direclty enter test.aspx on Firefox 3 button working well. it is seems Drcorator load function no be fire.
  2. Button no work in PageView. always (IE7,firefox)

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 03 Dec 2008, 12:58 PM
Hello binbin,

Unfortunately, without a project we cannot tell why is this happening. I tried to reproduce the problem, but I noticed that you have some client scripts, etc. Please, if possible, open a new support ticket and send us a small runnable project that demonstrates the issue and I will do my best to help.

All the best,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
binbin
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or