Re: Firefox 17 -- expandable text box issue in Remedy.. RESOLVED
If I type data longer than the field I can't see it. I'll see if the QA team is o.k. with that. If not I will leave the expand box ... Sean From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Durling Sent: Thursday, January 03, 2013 10:01 AM To: arslist@ARSLIST.ORG Subject: Re: Firefox 17 -- expandable text box issue in Remedy.. RESOLVED ** Maybe it was the fix for the horizontal scroll bar, and not the resize field, that caused the issue I mentioned about not seeing the end of any data outside the field - anyway, something you might want to check for yourself! David David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Thursday, January 03, 2013 9:56 AM To: arslist@ARSLIST.ORG<mailto:arslist@ARSLIST.ORG> Subject: Re: Firefox 17 -- expandable text box issue in Remedy.. RESOLVED ** Thank you David. I haven't had much luck searching the archives lately. But I copied and pasted your subject and found it. Modify resources/moz/stylesheets/ARSystem.css Change the following: input.text,input.decimal,input.currency,textarea { /* Shift content to align with default label */ padding-top:2px; padding-bottom:2px; margin: 0px; resize: none } textarea.dat,input.dat { padding-top: 3px; /* Correct out border too */ padding-bottom:2px; resize: none } And this: /* Workaround for firefox issue where a horizontal scrollbar appears inside a text field */ textarea.sr { padding-bottom:3px; overflow-x:hidden; resize: none } Thank you! Sean From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Durling Sent: Thursday, January 03, 2013 9:25 AM To: arslist@ARSLIST.ORG<mailto:arslist@ARSLIST.ORG> Subject: Re: Firefox 17 -- expandable text box issue in Remedy ** Sean, There might have been a couple of threads on this. One is "Hiding 'resize handle' character fields on midtier". The fix I applied works, though the trade-off for us was that the user can't make the cursor move past the visible part of the field to see any text that might be cut off (ARS 7.5 patch 007). David David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Thursday, January 03, 2013 9:21 AM To: arslist@ARSLIST.ORG<mailto:arslist@ARSLIST.ORG> Subject: Firefox 17 -- expandable text box issue in Remedy ** We are on ARS 7.5 patch 8. In firefox we see text fields that look like this: [cid:image001.png@01CDE99A.AC655590] In the lower right you can expand the field which is not the same behavior as I.E. Any chance we can make them behave like a normal text box via a simple .css change? Sean _ARSlist: "Where the Answers Are" and have been for 20 years_ _ARSlist: "Where the Answers Are" and have been for 20 years_ _ARSlist: "Where the Answers Are" and have been for 20 years_ _ARSlist: "Where the Answers Are" and have been for 20 years_ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years" <>
Re: Firefox 17 -- expandable text box issue in Remedy.. RESOLVED
Maybe it was the fix for the horizontal scroll bar, and not the resize field, that caused the issue I mentioned about not seeing the end of any data outside the field - anyway, something you might want to check for yourself! David David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Thursday, January 03, 2013 9:56 AM To: arslist@ARSLIST.ORG Subject: Re: Firefox 17 -- expandable text box issue in Remedy.. RESOLVED ** Thank you David. I haven't had much luck searching the archives lately. But I copied and pasted your subject and found it. Modify resources/moz/stylesheets/ARSystem.css Change the following: input.text,input.decimal,input.currency,textarea { /* Shift content to align with default label */ padding-top:2px; padding-bottom:2px; margin: 0px; resize: none } textarea.dat,input.dat { padding-top: 3px; /* Correct out border too */ padding-bottom:2px; resize: none } And this: /* Workaround for firefox issue where a horizontal scrollbar appears inside a text field */ textarea.sr { padding-bottom:3px; overflow-x:hidden; resize: none } Thank you! Sean From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Durling Sent: Thursday, January 03, 2013 9:25 AM To: arslist@ARSLIST.ORG<mailto:arslist@ARSLIST.ORG> Subject: Re: Firefox 17 -- expandable text box issue in Remedy ** Sean, There might have been a couple of threads on this. One is "Hiding 'resize handle' character fields on midtier". The fix I applied works, though the trade-off for us was that the user can't make the cursor move past the visible part of the field to see any text that might be cut off (ARS 7.5 patch 007). David David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Thursday, January 03, 2013 9:21 AM To: arslist@ARSLIST.ORG<mailto:arslist@ARSLIST.ORG> Subject: Firefox 17 -- expandable text box issue in Remedy ** We are on ARS 7.5 patch 8. In firefox we see text fields that look like this: [cid:image001.png@01CDE999.445A7760] In the lower right you can expand the field which is not the same behavior as I.E. Any chance we can make them behave like a normal text box via a simple .css change? Sean _ARSlist: "Where the Answers Are" and have been for 20 years_ _ARSlist: "Where the Answers Are" and have been for 20 years_ _ARSlist: "Where the Answers Are" and have been for 20 years_ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years" <>
Re: Firefox 17 -- expandable text box issue in Remedy.. RESOLVED
Thank you David. I haven't had much luck searching the archives lately. But I copied and pasted your subject and found it. Modify resources/moz/stylesheets/ARSystem.css Change the following: input.text,input.decimal,input.currency,textarea { /* Shift content to align with default label */ padding-top:2px; padding-bottom:2px; margin: 0px; resize: none } textarea.dat,input.dat { padding-top: 3px; /* Correct out border too */ padding-bottom:2px; resize: none } And this: /* Workaround for firefox issue where a horizontal scrollbar appears inside a text field */ textarea.sr { padding-bottom:3px; overflow-x:hidden; resize: none } Thank you! Sean From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Durling Sent: Thursday, January 03, 2013 9:25 AM To: arslist@ARSLIST.ORG Subject: Re: Firefox 17 -- expandable text box issue in Remedy ** Sean, There might have been a couple of threads on this. One is "Hiding 'resize handle' character fields on midtier". The fix I applied works, though the trade-off for us was that the user can't make the cursor move past the visible part of the field to see any text that might be cut off (ARS 7.5 patch 007). David David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Thursday, January 03, 2013 9:21 AM To: arslist@ARSLIST.ORG<mailto:arslist@ARSLIST.ORG> Subject: Firefox 17 -- expandable text box issue in Remedy ** We are on ARS 7.5 patch 8. In firefox we see text fields that look like this: [cid:image001.png@01CDE998.7FC462D0] In the lower right you can expand the field which is not the same behavior as I.E. Any chance we can make them behave like a normal text box via a simple .css change? Sean _ARSlist: "Where the Answers Are" and have been for 20 years_ _ARSlist: "Where the Answers Are" and have been for 20 years_ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years" <>
Re: Firefox 17 -- expandable text box issue in Remedy
Sean, There might have been a couple of threads on this. One is "Hiding 'resize handle' character fields on midtier". The fix I applied works, though the trade-off for us was that the user can't make the cursor move past the visible part of the field to see any text that might be cut off (ARS 7.5 patch 007). David David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Thursday, January 03, 2013 9:21 AM To: arslist@ARSLIST.ORG Subject: Firefox 17 -- expandable text box issue in Remedy ** We are on ARS 7.5 patch 8. In firefox we see text fields that look like this: [cid:image001.png@01CDE994.35084B20] In the lower right you can expand the field which is not the same behavior as I.E. Any chance we can make them behave like a normal text box via a simple .css change? Sean _ARSlist: "Where the Answers Are" and have been for 20 years_ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years" <>
Firefox 17 -- expandable text box issue in Remedy
We are on ARS 7.5 patch 8. In firefox we see text fields that look like this: [cid:image001.png@01CDE993.A858F940] In the lower right you can expand the field which is not the same behavior as I.E. Any chance we can make them behave like a normal text box via a simple .css change? Sean ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years" <>