Hello,
I am trying to understand why my table has some row columns looking different than the rest? They are all populated from the same database lookup please see below:
Hello,
I am trying to understand why my table has some row columns looking different than the rest? They are all populated from the same database lookup please see below:
This is an issue with Safari and the workaround is to use custom CSS like
input[disabled], textarea[disabled], input[readonly], textarea[readonly], select[disabled='disabled']{ -webkit-text-fill-color: rgba(0, 0, 0, 1); -webkit-opacity: 1; color: rgba(0, 0, 0, 1); background: white; } -webkit-appearance: none;
Hi Armando,
Did you have any custom CSS on the form?
What is the browser you used?
No custom CSS on the form, using Safari as the browser.
There is a field rule that if available space = 0 then the row will be hidden.
This issue is triggered when you switch from one location to another but goes away when you change the program and then reselect a new location via the program filter. The moment you select a new location the row text colouring will glitch.
Is it Safari for Mac OS? I don't have a Mac so I can't test it, but I cannot reproduce it with Safari on iPad, or any other browsers like Chrome/Firefox.
Which version of Forms did you use?
Does the issue persist if you remove the field rule? If it works without field rule for hiding the field, can you possibly use a stored procedure to filter the result instead of show/hide it with field rule?
Alright,
This issue seems to be in Safari only, on Safari Laserfiche Forms uses a much lighter font colour for read only fields were as in chrome they are darker much like the field that comes up on Safari as the odd one.
Are you guys going to work on improving the Safari experiance?
I borrowed a Mac for testing, the OS is macOS High Sierra Version 10.13.1, the Safari version is 11.0.1 (13604.3.5).
All rows in the table are already using the heavier font color for read only fields so we could not reproduce the issue:
What is your OS/Safari version?
OS 10.13.3 High Sierra.
Just a note the first time you get the lookup result you get the correct colours, but when you change the second drop down lookup value, then you see the issues with the font. However, ifyou change the primary lookup value and then select a new secondary value the fonts show correctly.
I can do a join.me with you if you would like to see and review.
Can you post a screenshot of the lookup definition? So there are multiple conditions in your lookup rules?
Also can you post a video on reproducing the issue if it's suitable? You may open a support case for privacy concerns.
I have a video created but the file size is too large. Is there a better way to send it your way? The video is the best way to explain what I mean because its a glitch.
https://support.laserfiche.com/supportcases/tracker?caseid=193015 has a link to the video.
Thanks, we have got the case and will follow up in the support case.
This is an issue with Safari and the workaround is to use custom CSS like
input[disabled], textarea[disabled], input[readonly], textarea[readonly], select[disabled='disabled']{ -webkit-text-fill-color: rgba(0, 0, 0, 1); -webkit-opacity: 1; color: rgba(0, 0, 0, 1); background: white; } -webkit-appearance: none;
This worked.