NetTalk Central

Author Topic: Possible Template Bug  (Read 3708 times)

alex.kolaric

  • Full Member
  • ***
  • Posts: 151
  • Do it or do not, there is no try
    • View Profile
    • Email
Possible Template Bug
« on: February 14, 2011, 07:52:30 AM »
Hi Bruce,

I think that in NetWebBrowse template symbol %nStyle should be replaced with  %nCellStyle, line 6924:

from
            #Prompt('Custom CSS Class:',EXPR),%nStyle
to
            #Prompt('Custom CSS Class:',EXPR),%nCellStyle

otherwise you can't change button cell style at all.

Maybe I'm wrong

regards,
Alex


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Possible Template Bug
« Reply #1 on: February 16, 2011, 06:34:46 AM »
I understand what you're saying, but I think the more generic approach is to include the "Css Tab" for button as well as String columns. As far as I can tell, this makes the two work together better.

Thanks for pointing it out though - I've made the change for the 5.16 build.

cheers
Bruce

alex.kolaric

  • Full Member
  • ***
  • Posts: 151
  • Do it or do not, there is no try
    • View Profile
    • Email
Re: Possible Template Bug
« Reply #2 on: February 17, 2011, 11:08:34 AM »
Thanks Bruce,

as I said I'm just thinking that this can be bug. However, you as the Nettalk guru will decide if there is a need to change anything.

regards,
Alex

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Possible Template Bug
« Reply #3 on: February 17, 2011, 11:33:09 PM »
Absolutely. I think it was a bug - and I've fixed it for 5.16.
Thanks again for the report.