Re: [xwiki-users] XWiki TableEdit extension

2013-11-22 Thread Caleb James DeLisle
Fixed in version 1.1 of the extension. Thanks, Caleb On 11/15/2013 03:33 PM, Marius Dumitru Florea wrote: > Hi Caleb, > > I think the issue is that the 'jQueryNoConflict' module defined inline > in javascript.vm > > define('jQueryNoConflict', ['jquery'], function($) { $.noConflict(); > return

Re: [xwiki-users] XWiki TableEdit extension

2013-11-15 Thread Marius Dumitru Florea
Hi Caleb, I think the issue is that the 'jQueryNoConflict' module defined inline in javascript.vm define('jQueryNoConflict', ['jquery'], function($) { $.noConflict(); return $; }); is not available to the iframe that this extension creates. It's available only to the 'mother' page, which include

Re: [xwiki-users] XWiki TableEdit extension

2013-11-14 Thread Caleb James DeLisle
I think at this point it's probably best to go ahead and report a bug on jira.xwiki.org. This looks like it is just not performing correctly since some changes in the underlying platform, I sincerely apologize and appreciate your help on the matter. Thanks, Caleb On 11/14/2013 06:36 PM, shouldbe

Re: [xwiki-users] XWiki TableEdit extension

2013-11-14 Thread shouldbe q931
On Wed, Nov 13, 2013 at 5:20 PM, shouldbe q931 wrote: > On Wed, Nov 13, 2013 at 3:15 PM, Caleb James DeLisle > wrote: >> Hmm, >> does anything show up in the console as far as errors? >> >> Thanks, >> Caleb >> > > Hi Caleb, > > Apologies, should have checked first, there are two errors in the co

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 3:15 PM, Caleb James DeLisle wrote: > Hmm, > does anything show up in the console as far as errors? > > Thanks, > Caleb > Hi Caleb, Apologies, should have checked first, there are two errors in the console [17:18:33.222] Error: Script error for: jQueryNoConflict http://r

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
Hmm, does anything show up in the console as far as errors? Thanks, Caleb On 11/13/2013 03:38 PM, shouldbe q931 wrote: > On Wed, Nov 13, 2013 at 2:34 PM, shouldbe q931 wrote: >> On Wed, Nov 13, 2013 at 1:55 PM, Caleb James DeLisle >> wrote: >>> It doesn't look like the skin extension is being

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 2:34 PM, shouldbe q931 wrote: > On Wed, Nov 13, 2013 at 1:55 PM, Caleb James DeLisle > wrote: >> It doesn't look like the skin extension is being pulled in, >> are you sure it was saved by a user with programming right? >> >> Thanks, >> Caleb > > Hi Caleb, > > /embarrasse

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 1:55 PM, Caleb James DeLisle wrote: > It doesn't look like the skin extension is being pulled in, > are you sure it was saved by a user with programming right? > > Thanks, > Caleb Hi Caleb, /embarrassed face the account had admin rights, but not programming rights Its n

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
It doesn't look like the skin extension is being pulled in, are you sure it was saved by a user with programming right? Thanks, Caleb On 11/13/2013 02:46 PM, shouldbe q931 wrote: > On Wed, Nov 13, 2013 at 12:20 PM, Caleb James DeLisle > wrote: >> The pencils are injected using javascript so yo

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 12:20 PM, Caleb James DeLisle wrote: > The pencils are injected using javascript so you might check > to see if there are any javascript errors in your browser > in firefox/chrome: right click -> inspect element -- click "console" > > Thanks, > Caleb > Hi Caleb, I did a

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
The pencils are injected using javascript so you might check to see if there are any javascript errors in your browser in firefox/chrome: right click -> inspect element -- click "console" Thanks, Caleb On 11/13/2013 12:38 PM, shouldbe q931 wrote: > Hi, > > I installed the XWiki TableEdit extensi

[xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
Hi, I installed the XWiki TableEdit extension, but I don't see the "pencil" next to any tables. Is there something else I need to do to "activate" it ? I'm running xwiki 5.2 on tomcat7 on Ubuntu 12.04 Cheers ___ users mailing list users@xwiki.org http