jQuery-Smart-Wizard icon indicating copy to clipboard operation
jQuery-Smart-Wizard copied to clipboard

I can't write in the input / textbox in the steps

Open romain78 opened this issue 12 years ago • 5 comments

Hi everyone,

I had a bug in my solution: I could not write any text in the textbox / input type text in the steps of the wizard. It appears that the problem was in the css: smart_wizard_vertical.css: line 34: .swMain .stepContainer div.content { ... /* position: absolute; */ ...

Hope it helps Bye

romain78 avatar May 17 '13 07:05 romain78

I have the same issue. I did what you told but nothing changed. The funny fact is that the forms that are created with my rails controllers built form, the input box seems to work just fine. Just the ones that I created with text_box_tag seems to cause the problem.

PS: and I already confirmed. Dragging this piece of code outside the smart_wizard makes the inputbox work normally.

PLease help

Hamdan85 avatar Feb 20 '14 04:02 Hamdan85

I can't reproduce. Please supply an example page that demonstrates the problem.

mstratman avatar Feb 20 '14 18:02 mstratman

Stratman, I just discovered that this only happens when you use your code with ZURB foundation. When the input tag iis using the 'columns' class, it do not let me edit the inputbox by user direct interaction. I do not know whats happening because the other inputboxes have almost the exact same code. Very strange... What did you do to make the anchors not be selectable? I think is the same behavior.

Hamdan85 avatar Feb 20 '14 18:02 Hamdan85

Hi,

Maybe you should use the plugin firebug in firefox, inspect your input element in firebug, in order to detect which css class is used, and test each value of the css class applied until you can write into your input.

Bye, Romain

Envoyé depuis un mobile Samsung

-------- Message d'origine -------- De : Gabriel [email protected] Date :
A : mstratman/jQuery-Smart-Wizard [email protected] Cc : romain78 [email protected] Objet : Re: [jQuery-Smart-Wizard] I can't write in the input / textbox in the steps (#23)

I have the same issue. I did what you told but nothing changed. The funny fact is that the forms that are created with my rails controllers built form, the input box seems to work just fine. Just the ones that I created with text_box_tag seems to cause the problem.

PS: and I already confirmed. Dragging this piece of code outside the smart_wizard makes the inputbox work normally.

PLease help

— Reply to this email directly or view it on GitHub.

romain78 avatar Feb 20 '14 18:02 romain78

Just made it using chrome... it´s not a class... i tryed copying classes, without any class, there arent classes involved. I dont think you cant prevent user input to an input boxes through css, only through html... Am I wrong? The fact is that some listener seems to be bypassing the normal behaviour... Its what I think... but I dont like to mess with other library... too hard to handle the possible UX error universe.

Hamdan85 avatar Feb 20 '14 19:02 Hamdan85