| 
Welcome, Guest

5:Field width display Issue due to template bug
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: 5:Field width display Issue due to template bug

5:Field width display Issue due to template bug 3 years, 11 months ago #64694

  • PeterNagel
  • PeterNagel
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 10
  • Karma: -
This issue is now fixed in Community Builder 1.2 RC 2.
Community Builder 1.2 RC 2 is a recommended upgrade.




Dear Forum,

I would appreciate your opinion on this issue I am experiencing (see attached file). Could this be a faulty template?

Thanks
Peter


Post edited by: PeterNagel, at: 2008/06/04 23:53

Post edited by: beat, at: 2008/06/05 00:19

Post edited by: beat, at: 2008/07/01 14:02
Attachments:
The topic has been locked.

Re:Field Display Issue 3 years, 11 months ago #64706

  • beat
  • beat
  • ONLINE
  • Administrator
    Administrator
  • Posts: 6783
  • Karma: 327
yes this is a faulty template setting width of .inputbox to a fixed width !

CB 1.2 RC does not set size attribute of input fields unless specified in config.

Use firebug for firefox ( www.getfirebug.com ), and inspect, you will find file and line number !

Go to your template CSS and search for something like:

.inputbox {
....
height: 15px;
width: 15px;
...
}

and remove the width setting ! the browser knows how to default.

This is a template bug, not a CB bug.


You could also set size to e.g. 30 in all those CB fields as well, if you prefer.

I'm moving the thread to known issues forum, so that people can fix if needed their template.

We might bring back default input size into next CB release, as it was before, as workaround to this template bug !
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.

Re:Field Display Issue 3 years, 10 months ago #66958

  • beat
  • beat
  • ONLINE
  • Administrator
    Administrator
  • Posts: 6783
  • Karma: 327
This issue is now fixed in Community Builder 1.2 RC 2.

Community Builder 1.2 RC 2 is a recommended upgrade.
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.87 seconds