Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Problems with dropdown width and IE

Problems with dropdown width and IE 15 years 5 months ago #4588

  • bdonner
  • bdonner's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 128
  • Thank you received: 2
Hi, anybody solved the problem with custom field dropdown lists not being wide enough to show all the selection texts when a user uses IE as the browser? I know there is some css and javascript code out there but has anyone implemented such in DT Register and how?

Cheers, Ben

Please Log in or Create an account to join the conversation.

Problems with dropdown width and IE 15 years 5 months ago #4591

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
The dropdown width size is in pixels so you just need to set the width to a larger number and you'll be fine. Setting it to something like 10 isn't going to show anything. This is mentioned in the video tutorials.

Please Log in or Create an account to join the conversation.

Problems with dropdown width and IE 15 years 4 months ago #4594

  • bdonner
  • bdonner's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 128
  • Thank you received: 2
Hello, yes but the max size is 255 which is not enough for this use (each class must inccluda day and time in its name). The problem with IE compared to Firefox/Chrome/Opera is as you surely know that IE does not grow the row width for dropdown list according to the contents when clicking on the list whereas the other browsers manage this all right.

Please Log in or Create an account to join the conversation.

Problems with dropdown width and IE 15 years 4 months ago #4595

  • bdonner
  • bdonner's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 128
  • Thank you received: 2
Well I took to the easy solution and changed the jos_dt_register_fields field_size from tinyint to smallint which gives 65535 as the highest value instead of 255. Not very pretty in firefox etcetera but at least anyone can now read the rows.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.302 seconds