My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Nov 30, 2009
    issue 4 (problem with jquery 1.3.2) commented on by zlonglinyong   -   What steps will reproduce the problem? 1. Graciously downloaded nicejforms-2.0.zip 2. unpacked the zip 4. opened nicejforms.html in IE6 I have also tested this using jQuery 1.2.6 and 1.3.2, nicejforms will not work, no styling of form elements What version of the product are you using? On what operating system? 2.0 / WIN_XP_SP3 / IE6.0.2900.5512
    What steps will reproduce the problem? 1. Graciously downloaded nicejforms-2.0.zip 2. unpacked the zip 4. opened nicejforms.html in IE6 I have also tested this using jQuery 1.2.6 and 1.3.2, nicejforms will not work, no styling of form elements What version of the product are you using? On what operating system? 2.0 / WIN_XP_SP3 / IE6.0.2900.5512

Earlier this year

  • Aug 04, 2009
    issue 6 (Drop Down menu in FireFox 3.5.1 for Mac are not inheriting t...) reported by jayrobdapot   -   What steps will reproduce the problem? 1. Graciously downloaded nicejforms-2.0.zip 2. unpacked the zip 3. opened nicejforms.html in FireFox 3.5.1 What is the expected output? What do you see instead? See the same results as the sample page not using jQuery located at: http://www.emblematiq.com/niceforms/v20/niceforms.html What version of the product are you using? On what operating system? 2.0 / Mac OS X 10.5.7 Please provide any additional information below. I tested this with FireFox 3 in Windows XP and Windows Vista both are not effected by this issue. I'm just wondering if this issue is specific to the FireFox build for the Mac because your code is gorgeous. I've tried moving the width ".width($(el).width())" from line 457 and placing it in the .css({...}) area instead. The width is still being added to the element in FireFox, just about 20px less than other browsers. I've also removed ".width($(el).width())" completely just to see what this would look like in other browsers and found that without this the issue is replicated in other browsers, as far as the display goes. I have also tested this using jQuery 1.2.6 and 1.3.2
    What steps will reproduce the problem? 1. Graciously downloaded nicejforms-2.0.zip 2. unpacked the zip 3. opened nicejforms.html in FireFox 3.5.1 What is the expected output? What do you see instead? See the same results as the sample page not using jQuery located at: http://www.emblematiq.com/niceforms/v20/niceforms.html What version of the product are you using? On what operating system? 2.0 / Mac OS X 10.5.7 Please provide any additional information below. I tested this with FireFox 3 in Windows XP and Windows Vista both are not effected by this issue. I'm just wondering if this issue is specific to the FireFox build for the Mac because your code is gorgeous. I've tried moving the width ".width($(el).width())" from line 457 and placing it in the .css({...}) area instead. The width is still being added to the element in FireFox, just about 20px less than other browsers. I've also removed ".width($(el).width())" completely just to see what this would look like in other browsers and found that without this the issue is replicated in other browsers, as far as the display goes. I have also tested this using jQuery 1.2.6 and 1.3.2
  • Jul 29, 2009
    issue 5 (Problem with showing textareas - doesn't show) reported by sokmar   -   What steps will reproduce the problem? I followed the steps on the website lexcat.ro (first 5) and for single line textfield works fine but when i try to put text area the browser doesn't show (i'm using firefox 3.5.1 and Internet Explorer 8) What is the expected output? What do you see instead? Text area of coures but i don't see anything just blank space where it should be text area. What version of the product are you using? On what operating system? i'm using nicejforms 2.0 and jquery 1.3.2 (latest ver) i'm running win XP and WAMP (Apache, MySQL, PHP 5+) I just don't know what to do please help becouse it is a great script. Thanks
    What steps will reproduce the problem? I followed the steps on the website lexcat.ro (first 5) and for single line textfield works fine but when i try to put text area the browser doesn't show (i'm using firefox 3.5.1 and Internet Explorer 8) What is the expected output? What do you see instead? Text area of coures but i don't see anything just blank space where it should be text area. What version of the product are you using? On what operating system? i'm using nicejforms 2.0 and jquery 1.3.2 (latest ver) i'm running win XP and WAMP (Apache, MySQL, PHP 5+) I just don't know what to do please help becouse it is a great script. Thanks
  • Jul 06, 2009
    issue 4 (problem with jquery 1.3.2) commented on by climbatize.reload   -   I'd say more, replace input[@type by input[type$ and [@name by [name$
    I'd say more, replace input[@type by input[type$ and [@name by [name$
  • Jul 06, 2009
    issue 4 (problem with jquery 1.3.2) commented on by climbatize.reload   -   I'd say more, replace input[@type= by input[type$= ;)
    I'd say more, replace input[@type= by input[type$= ;)
  • May 27, 2009
    issue 4 (problem with jquery 1.3.2) commented on by jellomaster   -   To fix this plugin for 1.3.x you need to change the way selectors work: so find all lines with: input[@type= and replace them with: input[type$ That fixed things from my end.
    To fix this plugin for 1.3.x you need to change the way selectors work: so find all lines with: input[@type= and replace them with: input[type$ That fixed things from my end.
  • May 16, 2009
    issue 4 (problem with jquery 1.3.2) reported by marcschneiderphotographer   -   What steps will reproduce the problem? 1. use newest jquery version (e.g. http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js) What is the expected output? What do you see instead? firebug: [Exception... "'Syntax error, unrecognized expression: [@type=text]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] Line 0 nicejforms will not work, no styling of form elements. What version of the product are you using? On what operating system? firefox 3, chrome, ie7 on vista Please provide any additional information below. does even apply to the demo files included in the package. where there code changes in jquery 1.3 related to routines used by nicejforms?
    What steps will reproduce the problem? 1. use newest jquery version (e.g. http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js) What is the expected output? What do you see instead? firebug: [Exception... "'Syntax error, unrecognized expression: [@type=text]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] Line 0 nicejforms will not work, no styling of form elements. What version of the product are you using? On what operating system? firefox 3, chrome, ie7 on vista Please provide any additional information below. does even apply to the demo files included in the package. where there code changes in jquery 1.3 related to routines used by nicejforms?
  • Mar 02, 2009
    issue 3 (checkbox and radio buttons do not disply correctly after hid...) commented on by michael....@truevalue.com   -   Hey, i figger'd it out. use the function for a show/hide, i.e. $("#mydiv").show("slow", NFFix()) The NFFix function re-calcs all of the image locations. This has to be called ~after~ the special effects (show/hide) are done.
    Hey, i figger'd it out. use the function for a show/hide, i.e. $("#mydiv").show("slow", NFFix()) The NFFix function re-calcs all of the image locations. This has to be called ~after~ the special effects (show/hide) are done.
  • Feb 26, 2009
    issue 3 (checkbox and radio buttons do not disply correctly after hid...) reported by michael....@truevalue.com   -   What steps will reproduce the problem? 1. Make a group of radio buttons or checkbox(s) not visible. i.e with jquery .hide function. 2. now toggle those hidden elements back to visible (.show) What is the expected output? What do you see instead? the checkboxes and radio buttons do not align. What version of the product are you using? On what operating system? 2.0, IIS & Firefox 3.0 Please provide any additional information below. I suspect that the position of the image elements is absolute instead of relative to parent element?
    What steps will reproduce the problem? 1. Make a group of radio buttons or checkbox(s) not visible. i.e with jquery .hide function. 2. now toggle those hidden elements back to visible (.show) What is the expected output? What do you see instead? the checkboxes and radio buttons do not align. What version of the product are you using? On what operating system? 2.0, IIS & Firefox 3.0 Please provide any additional information below. I suspect that the position of the image elements is absolute instead of relative to parent element?
  • Jan 07, 2009
    issue 2 (JS transformation removes any <optgroup>s) reported by iroybot   -   What steps will reproduce the problem? 1. Create a select field that contains the <optgroup> Element What is the expected output? What do you see instead? I would expect the <optgroup> element to show up. Seems like it's been forgotten. What version of the product are you using? On what operating system? 2.0 Please provide any additional information below. http://de.selfhtml.org/html/formulare/auswahl.htm#menuestruktur
    What steps will reproduce the problem? 1. Create a select field that contains the <optgroup> Element What is the expected output? What do you see instead? I would expect the <optgroup> element to show up. Seems like it's been forgotten. What version of the product are you using? On what operating system? 2.0 Please provide any additional information below. http://de.selfhtml.org/html/formulare/auswahl.htm#menuestruktur
  • Jan 02, 2009
    issue 1 (Downloaded the zip file and it has issue/s in Google Chrome.) reported by energystudios.info   -   What is the expected output? What do you see instead? Check boxes, Radio boxes, Gender/Date selectors are all over the page(not aligned). However, the text input fields are OK. There's no such issue in Firefox3. What version of the product are you using? On what operating system? v 2.0 on Windows XP.
    What is the expected output? What do you see instead? Check boxes, Radio boxes, Gender/Date selectors are all over the page(not aligned). However, the text input fields are OK. There's no such issue in Firefox3. What version of the product are you using? On what operating system? v 2.0 on Windows XP.

Older

  • Nov 20, 2008
    nicejforms-2.0.zip (NiceJForms 2.0) file uploaded by lucian.lature   -  
    Labels: Type-Archive Featured OpSys-All
    Labels: Type-Archive Featured OpSys-All
  • Nov 20, 2008
    r5 (Fixed some IE compatibility issues.) committed by lucian.lature   -   Fixed some IE compatibility issues.
    Fixed some IE compatibility issues.
  • Nov 20, 2008
    r4 ([No log message]) committed by lucian.lature   -   [No log message]
    [No log message]
  • Nov 20, 2008
    r3 ([No log message]) committed by lucian.lature   -   [No log message]
    [No log message]
  • Nov 20, 2008
    r2 ([No log message]) committed by lucian.lature   -   [No log message]
    [No log message]
  • Nov 20, 2008
    Project nicejforms created by lucian.lature   -   NiceJForms is a script that will replace the most commonly used form elements with custom designed ones.
    NiceJForms is a script that will replace the most commonly used form elements with custom designed ones.
 
Hosted by Google Code