Postponed (maintainer needs more info)
Project:
Phone
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2013 at 13:46 UTC
Updated:
5 Mar 2013 at 15:26 UTC
Hello,
Just installed the module, and I notice it does not show a textfield for the actual phone number entry. Screenshot attached.
| Comment | File | Size | Author |
|---|---|---|---|
| missing field.png | 12.55 KB | giorgio79 |
Comments
Comment #1
cdale commentedThat's odd. The number textfield should always be output. Have you made sure that it is not accidentally got a CSS display:none on it?
Are you getting any errors anywhere?
Have you tried different combinations of widgets settings to see if that has any effect?
Comment #2
giorgio79 commentedLooks like it will be ticking Use input type=tel for editing
I am using Chrome.
Comment #3
cdale commentedAll I can think of is that your theme cache is out of sync. That doesn't make too much sense though. Is there possibly some other module in your install that might be using "theme_phone_tel", or the "phone_tel" element? If the browser doesn't understand input type="tel", it should just render a plain old textfield.
I'm a bit puzzled by this.