Grokbase
x

Schalk Neethling (s...@volume4.com)

Profile | Posts (12)

User Information

Display Name:Schalk Neethling
Partial Email Address:s...@volume4.com
Posts:
12 total
10 in Dojo Tookit
1 in MySQL
1 in Tomcat

5 Most Recent

All Posts
1) Schalk Neethling Re: [Dojo-interest] problem with tooltip
| +1 vote
Thanks Sigurd, However when I looked at the code for widget.html.Tooltip.js there are the following...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Sz Sz wrote:
>
> > If you hover over the "CVV Number" text you will see the "tooltip" load.
> > Now in FF everything is fine but, when you check this in IE you will see
> > that the select boxes are showing through the "tooltip". Is this a known
> > bug? Is there a workaround?
>
> It's a common IE problem.
> http://weblogs.asp.net/bleroy/archive/2005/08/09/422047.aspx
> <http://weblogs.asp.net/bleroy/archive/2005/08/09/422047.aspx>
> In comments there are a lot of solutions of that.
> Problem description
> http://support.microsoft.com/default.aspx?scid=kb;en-us;177378
> <http://support.microsoft.com/default.aspx?scid=kb;en-us;177378>
>
> I think some updates need to be made in DOJO to fix this problem "on
> the fly"
>
> Regards
> Sigurd

Thanks Sigurd,

However when I looked at the code for widget.html.Tooltip.js there are
the following lines:

// prevent IE bleed through (iframe creation is deferred until first show()
// call because apparently it takes a long time)
if(!this.bgIframe){
this.bgIframe = new dojo.html.BackgroundIframe(this.domNode);
}
   
this.position();

this.position does the following:

position: function(){
            dojo.html.placeOnScreenPoint(this.domNode, this.mouse.x, 
this.mouse.y, [10,15], true);
            this.bgIframe.onResized();
        }

Now if I understand all of this correctly, it seems that they are indeed
using the iFrame method
(http://weblogs.asp.net/bleroy/archive/2005/08/09/422047.aspx) to
prevent IE from bleeding through.

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers


_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
2) Schalk Neethling [Dojo-interest] problem with tooltip
| +1 vote
Greetings All, I have implemented a "tooltip" on the following site: www.tanksbloodymary.com/, go...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Greetings All,

I have implemented a "tooltip" on the following site:
www.tanksbloodymary.com/, go to the store and click to purchase one of
the items.

If you hover over the "CVV Number" text you will see the "tooltip" load.
Now in FF everything is fine but, when you check this in IE you will see
that the select boxes are showing through the "tooltip". Is this a known
bug? Is there a workaround?

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers


_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
3) Schalk Neethling [Dojo-interest] A couple of items
| +1 vote
Greetings All, When one has unpacked the Ajax version of Dojo, what is the minimum that needs to be...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Greetings All,

When one has unpacked the Ajax version of Dojo, what is the minimum that
needs to be copied over to your webapp in order to use Dojo
successfully? Also, if I want to submit a bug on Trac, where do I
register to get a username and password.

While on that topic, does anyone have a workaround for the following:
When either refreshing a page or returning to a page using
history.back(-1); all the form elements that have validation rules
attached to them are cleared and the previous input is lost. I checked
validate.js and saw that it was setting value="". I removed this but it
is still clearing the form fields.

Thanks!

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers


_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
4) Schalk Neethling Re: Specification of web.xml
| +1 vote
http://java.sun.com/dtd/web-app_2_3.dtd ...
Tomcat
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
http://java.sun.com/dtd/web-app_2_3.dtd


wolverine my wrote:
> Hi!
>
> May I know which specification that describe the web.xml contents?
> And where can we download it?
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected: u...@tomcat.apache.org]
> To unsubscribe, e-mail: [email protected: users-unsubs...@tomcat.apache.org]
> For additional commands, e-mail: [email protected: users...@tomcat.apache.org]
>
>
>

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
emotionalize.conceptualize.visualize.realize
Landlines
Tel: +27125468436
US Tel: (440) 499-5484
Fax: +27125468436
Web
email:schalk@volume4.com
Global: www.volume4.com
Messenger
Yahoo!: v_olume4
AOL: v0lume4
MSN: [email protected: vol...@hotmail.com]

We support OpenSource and Standards
OSI - http://www.opensource.org/
Get Firefox!- The browser reloaded - http://www.mozilla.org/products/firefox/

The information transmitted is intended solely for the individual or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this email in error, please contact the sender and please delete all traces of this material from all devices.



---------------------------------------------------------------------
To start a new topic, e-mail: [email protected: u...@tomcat.apache.org]
To unsubscribe, e-mail: [email protected: users-unsubs...@tomcat.apache.org]
For additional commands, e-mail: users-help@tomcat.apache.org
5) Schalk Neethling Re: [Dojo-interest] dojoDialog
| +1 vote
Thanks Marius > Marius...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Thanks Marius


Marius Hanganu wrote:
> The two parameters should be indeed the left and top distances. There
> is no API for this. Just look at the Dialog.js file and you will see
> that the placeDialog method computes the left and top so that the
> dialog is centered.
>
> Marius

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers


_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest

spacer
Profile | Posts (12)
Home > People > Schalk Neethling