MarkShnier
13 years agoQrew Cadet
Thumbnail image behavior different on New UX
I have this code which works fine on the old UX. Its purpose is to display a thumbnail as a hyperlink to a larger image which will open in a new tab.
"<a href=" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e6/v0\"height=\"1000\" target=_blank/> " &
"<img src=" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e6/v0\" height=\"300/>")
I have a child table of pictures related to a Parent Claim. There is an embedded report on the claim record and these thumbnail images show up just fine.
The part I'm stuck on is what happens when you click an image on that embedded report.
In old UX, the Tab I'm on does nothing (perfect) and a new Tab opens up to show the larger image. The user has a look and then just closes that new tab when they have seen the large image showing the product flaw. The user is then left sitting on the claim record with the embedded report exactly where they were - perfect.
In new UX, when when the user clicks the thumbnail, indeed a new tab opens up just fine but simultaneously the tab they were sitting on with the Parent record refreshes and changes to be that child record. Is this a bug i should report to QuickBase support (if they will accept it as a bug) or is there something can change in my formula to cause the parent record tab to just sit tight and do nothing like it used to.
btw, if I do open up that child record and click the thumbnail to show the larger image, the tab with the child record with the picture attachment does nothing (perfect) and a new tab opens with the larger image (perfect). So, i don't understand why it behaves differently when that same record is seen as an embedded report.
"<a href=" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e6/v0\"height=\"1000\" target=_blank/> " &
"<img src=" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e6/v0\" height=\"300/>")
I have a child table of pictures related to a Parent Claim. There is an embedded report on the claim record and these thumbnail images show up just fine.
The part I'm stuck on is what happens when you click an image on that embedded report.
In old UX, the Tab I'm on does nothing (perfect) and a new Tab opens up to show the larger image. The user has a look and then just closes that new tab when they have seen the large image showing the product flaw. The user is then left sitting on the claim record with the embedded report exactly where they were - perfect.
In new UX, when when the user clicks the thumbnail, indeed a new tab opens up just fine but simultaneously the tab they were sitting on with the Parent record refreshes and changes to be that child record. Is this a bug i should report to QuickBase support (if they will accept it as a bug) or is there something can change in my formula to cause the parent record tab to just sit tight and do nothing like it used to.
btw, if I do open up that child record and click the thumbnail to show the larger image, the tab with the child record with the picture attachment does nothing (perfect) and a new tab opens with the larger image (perfect). So, i don't understand why it behaves differently when that same record is seen as an embedded report.