Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-19 Thread rolandpeng

After checking the strange behavior with Sander,we find that in deployment
mode to run the quickstart will be okay.
This strange problem only took place in development mode.
Thanks Sander helping me to figure out this problem.
-- 
View this message in context: 
http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24563216.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-16 Thread rolandpeng

hi wicket poles,

Does anyone know who still works around the maintenance of the
wicket-tinymce in wicketstuff?
I'd like to pass my problem to the group.

thank you.

Roland.


rolandpeng wrote:
 
 thanks for your teach,igor.
 
 I've find the way to build the quickstart with tinymce included.
 The quickstart project is attached,and can be run with 'mvn jetty:run' .
 the url: http://localhost:8080/quickstart
 
 my quickstart brief:
 there are two webpages,one with ajaxlink and the other with non-ajaxlink.
 You can find that when scrolling the vertical bar in the page with
 ajaxlink.The dropdownchoice is dispeared(or blured).But non-ajaxlink page
 won't.
 
 I don't know how to issue this problem in the right way,so I just post
 this quickstart here.
 I would be very obliged if Igor or someone can help to resolve this
 problem.thank you.
 
 

-- 
View this message in context: 
http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24527355.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-16 Thread Dane Laverty
When you called us wicket poles, I had just assumed that you were referring
to the stumps that hold up the bails on a cricket wicket. However, I'm glad
to see that we're also pals and not just poles ;)

On Thu, Jul 16, 2009 at 6:42 PM, rolandpeng rolandp...@cht.com.tw wrote:


 hi wicket poles,

 Does anyone know who still works around the maintenance of the
 wicket-tinymce in wicketstuff?
 I'd like to pass my problem to the group.

 thank you.

 Roland.


 rolandpeng wrote:
 
  thanks for your teach,igor.
 
  I've find the way to build the quickstart with tinymce included.
  The quickstart project is attached,and can be run with 'mvn jetty:run' .
  the url: http://localhost:8080/quickstart
 
  my quickstart brief:
  there are two webpages,one with ajaxlink and the other with non-ajaxlink.
  You can find that when scrolling the vertical bar in the page with
  ajaxlink.The dropdownchoice is dispeared(or blured).But non-ajaxlink page
  won't.
 
  I don't know how to issue this problem in the right way,so I just post
  this quickstart here.
  I would be very obliged if Igor or someone can help to resolve this
  problem.thank you.
 
 

 --
 View this message in context:
 http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24527355.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-16 Thread rolandpeng

oh,sorry it's my typo.
I've already corrected the post. no defense,pals. ^^


insom wrote:
 
 When you called us wicket poles, I had just assumed that you were
 referring
 to the stumps that hold up the bails on a cricket wicket. However, I'm
 glad
 to see that we're also pals and not just poles ;)
 
 On Thu, Jul 16, 2009 at 6:42 PM, rolandpeng rolandp...@cht.com.tw wrote:
 

 hi wicket poles,

 Does anyone know who still works around the maintenance of the
 wicket-tinymce in wicketstuff?
 I'd like to pass my problem to the group.

 thank you.

 Roland.


 rolandpeng wrote:
 
  thanks for your teach,igor.
 
  I've find the way to build the quickstart with tinymce included.
  The quickstart project is attached,and can be run with 'mvn jetty:run'
 .
  the url: http://localhost:8080/quickstart
 
  my quickstart brief:
  there are two webpages,one with ajaxlink and the other with
 non-ajaxlink.
  You can find that when scrolling the vertical bar in the page with
  ajaxlink.The dropdownchoice is dispeared(or blured).But non-ajaxlink
 page
  won't.
 
  I don't know how to issue this problem in the right way,so I just post
  this quickstart here.
  I would be very obliged if Igor or someone can help to resolve this
  problem.thank you.
 
 

 --
 View this message in context:
 http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24527355.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


 
 

-- 
View this message in context: 
http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24527864.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-15 Thread rolandpeng

thanks for your teach,igor.

I've find the way to build the quickstart with tinymce included.
The quickstart project is attached,and can be run with 'mvn jetty:run' .
the url: http://localhost:8080/quickstart

my quickstart brief:
there are two webpages,one with ajaxlink and the other with non-ajaxlink.
You can find that when scrolling the vertical bar in the page with
ajaxlink.The dropdownchoice is dispeared(or blured).But non-ajaxlink page
won't.

I don't know how to issue this problem in the right way,so I just post this
quickstart here.
I would be very obliged if Igor or someone can help to resolve this
problem.thank you.





igor.vaynberg wrote:
 
 you have to add wicketstuff maven2 repo to the pom, and if that does
 not contain the snapshot you have to check out all the sources of
 tinymce and mvn install so the artifacts go into your local repo.
 
 -igor
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
http://www.nabble.com/file/p24492531/quickstart.rar quickstart.rar 
-- 
View this message in context: 
http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24492531.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-14 Thread Igor Vaynberg
add it as a dependency in the pom file.

-igor

2009/7/13 彭光裕 rolandp...@cht.com.tw:
 I have learned how to make a quickstart.
 But for simulating this problem, tinymce-1.4-SNAPSHOT.jar should be included 
 into classpath.

 My question is how to include tinymce-1.4-SNAPSHOT.jar in maven.
 to avoid the exception below:
 java.lang.NoClassDefFoundError: 
 wicket/contrib/tinymce/settings/TinyMCESettings

 I'm just a newbie for maven, so please someone can teach me how to do this, 
 thank you.

 Roland.

 -Original Message-

 Sent: Monday, July 13, 2009 11:27 AM
 To: users@wicket.apache.org
 Subject: Dropdownchoice missing (only when the page with Tinymce component) 
 while scrolling the vertical scroll bar

 I find my Dropdownchoice missing while scrolling the vertical scroll bar.

 After I look into the codes and compare with other web pages,
 I find the dropdownchoice component only dispeared with Tinymce component in 
 the same page.

 Both Dropdownchoice and Timymce can work well without a small length web page.
 But when the length of web page large enough and the vertical scroll bar 
 showup , the strange thing happend.
 When I move the vertical scroll bar, the Dropdownchoice gets dispeared.

 I have removed all the CSS used in my web page,so I'm so sure this problem is 
 lead by Tinymce CSS.

 Does anyone find this strange condition happend?and how do you resolve this 
 problem? thanks.






-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-14 Thread rolandpeng

thanks igor,

I have added dependency below into pom.xml
dependency
  groupIdorg.wicketstuff/groupId
  artifactIdtinymce/artifactId
  version1.4-SNAPSHOT/version
/dependency

but after execute 'maven package',I got error below:
--
Project ID: null:tinymce:jar:null

Reason: Cannot find parent: org.wicketstuff:tinymce-parent for project:
null:tin
ymce:jar:null for project null:tinymce:jar:null
--
I have referred to the pom.xml in
wicket-stuff\trunk\wicketstuff-core\tinymce-parent\tinymce-examples
as the attachment.
Could you please give me more hints to add the correct dependency?thanks.

By the way,I found the key problem issued in my original post.
That's any ajaxbehavior component(ajaxlink for example) will lead
DropdownChoice compoent missing while scrolling vertical bar.
After I moved all the ajaxbehavior component (or replace to non-ajaxbehavior
component,submitlink,for example) in the webpage,then the DropdownChoice
works fine.

I will make a quickstart to simulate this strange situation,but at first I
need to know how to include tinymce.jar into my pom.xml . thanks again.

roland.


igor.vaynberg wrote:
 
 add it as a dependency in the pom file.
 
 -igor
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
http://www.nabble.com/file/p24490974/pom.xml pom.xml 
-- 
View this message in context: 
http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24490974.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-14 Thread Igor Vaynberg
you have to add wicketstuff maven2 repo to the pom, and if that does
not contain the snapshot you have to check out all the sources of
tinymce and mvn install so the artifacts go into your local repo.

-igor

On Tue, Jul 14, 2009 at 7:35 PM, rolandpengrolandp...@cht.com.tw wrote:

 thanks igor,

 I have added dependency below into pom.xml
 dependency
  groupIdorg.wicketstuff/groupId
  artifactIdtinymce/artifactId
  version1.4-SNAPSHOT/version
 /dependency

 but after execute 'maven package',I got error below:
 --
 Project ID: null:tinymce:jar:null

 Reason: Cannot find parent: org.wicketstuff:tinymce-parent for project:
 null:tin
 ymce:jar:null for project null:tinymce:jar:null
 --
 I have referred to the pom.xml in
 wicket-stuff\trunk\wicketstuff-core\tinymce-parent\tinymce-examples
 as the attachment.
 Could you please give me more hints to add the correct dependency?thanks.

 By the way,I found the key problem issued in my original post.
 That's any ajaxbehavior component(ajaxlink for example) will lead
 DropdownChoice compoent missing while scrolling vertical bar.
 After I moved all the ajaxbehavior component (or replace to non-ajaxbehavior
 component,submitlink,for example) in the webpage,then the DropdownChoice
 works fine.

 I will make a quickstart to simulate this strange situation,but at first I
 need to know how to include tinymce.jar into my pom.xml . thanks again.

 roland.


 igor.vaynberg wrote:

 add it as a dependency in the pom file.

 -igor

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 http://www.nabble.com/file/p24490974/pom.xml pom.xml
 --
 View this message in context: 
 http://www.nabble.com/Dropdownchoice-missing-%28only-when-the-page-with-Tinymce-component%29-while-scrolling-the-vertical-scroll-bar-tp24455751p24490974.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-13 Thread 彭光裕
I have learned how to make a quickstart.
But for simulating this problem, tinymce-1.4-SNAPSHOT.jar should be included 
into classpath.

My question is how to include tinymce-1.4-SNAPSHOT.jar in maven.
to avoid the exception below:
java.lang.NoClassDefFoundError: wicket/contrib/tinymce/settings/TinyMCESettings

I'm just a newbie for maven, so please someone can teach me how to do this, 
thank you.

Roland.

-Original Message-

Sent: Monday, July 13, 2009 11:27 AM
To: users@wicket.apache.org
Subject: Dropdownchoice missing (only when the page with Tinymce component) 
while scrolling the vertical scroll bar

I find my Dropdownchoice missing while scrolling the vertical scroll bar.

After I look into the codes and compare with other web pages,
I find the dropdownchoice component only dispeared with Tinymce component in 
the same page.

Both Dropdownchoice and Timymce can work well without a small length web page.
But when the length of web page large enough and the vertical scroll bar showup 
, the strange thing happend.
When I move the vertical scroll bar, the Dropdownchoice gets dispeared.

I have removed all the CSS used in my web page,so I'm so sure this problem is 
lead by Tinymce CSS.

Does anyone find this strange condition happend?and how do you resolve this 
problem? thanks.






Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-12 Thread 彭光裕
I find my Dropdownchoice missing while scrolling the vertical scroll bar.

After I look into the codes and compare with other web pages,
I find the dropdownchoice component only dispeared with Tinymce component in 
the same page.

Both Dropdownchoice and Timymce can work well without a small length web page.
But when the length of web page large enough and the vertical scroll bar showup 
, the strange thing happend.
When I move the vertical scroll bar, the Dropdownchoice gets dispeared.

I have removed all the CSS used in my web page,so I'm so sure this problem is 
lead by Tinymce CSS.

Does anyone find this strange condition happend?and how do you resolve this 
problem? thanks.