• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Internet explorer & bootstrap bug

Internet explorer & bootstrap bug 5 years 11 months ago #39106

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
With Internet Explorer 11 my clients are not able to enter text in the input Textbox fields when I have bootstrap selected.

Strangely they can put text in the Textarea field, but not the Textbox field.

This is only with Bootstrap layout selected and IE, all other browsers work fine.

both Windows 10 IE version 11.706.171340 and Windows 7 IE version 11.9600.19326

There is a bootstrap conflict together with my template, since the problem isn't giving this with Beez3 or Photostar.
When selecting layout responsive, I do not have any problems.

I'm not using any <p> in the form, they are all <div>.

Disabeling safe mode in the Internet Explorer settings doesn't help either.

Link to form
The administrator has disabled public write access.

Internet explorer & bootstrap bug 5 years 11 months ago #39111

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
My solution is this
.rsform-input-box {padding-top:0px !important;padding-bottom:0px !important;}

For bootstrap 4, I added also font-size: 1.3rem;

in the form css or template css
Last Edit: 5 years 11 months ago by rakeshy.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!