Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2007
    Posts
    12
    Plugin Contributions
    1

    Default [Duplicate] Text replaced when max chars in option textbox is exceeded

    Does zencart support a real bugtracker? It doesn't appear the one at SourceForge is used.

    At any rate: There is a bug in includes/modules/pages/product_info/jscript_textarea_counter.js that causes text already entered to be replaced if max chars is exceeded. Here is the offending line:

    Code:
    10         field.value = field.value.substring(0, excesschars);
    The correct code should be:

    Code:
    10         field.value = field.value.substring(0, realchars.length);
    Version 1.3.8a

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Text replaced when max chars in option textbox is exceeded

    You might peek at the Known Bug Fixes for v1.3.8 ...
    http://www.zen-cart.com/forum/showthread.php?t=82619

    See if that doesn't help you out ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Nov 2007
    Posts
    12
    Plugin Contributions
    1

    Default Re: Text replaced when max chars in option textbox is exceeded

    Quote Originally Posted by Ajeh View Post
    You might peek at the Known Bug Fixes for v1.3.8 ...
    http://www.zen-cart.com/forum/showthread.php?t=82619
    Too much work having to scroll through the thread.

    Why doesn't Zencart host a bugtracker?

 

 

Similar Threads

  1. How to disable certain payment methods? (when Max Order Value exceeded)
    By annnika in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 1 Aug 2010, 05:15 AM
  2. Replies: 0
    Last Post: 8 Nov 2009, 07:48 AM
  3. Replies: 2
    Last Post: 10 May 2009, 09:56 PM
  4. Text deleted when max limit is reached
    By kwright in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2009, 07:06 PM
  5. Replies: 3
    Last Post: 21 May 2008, 05:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg