Submitted by WayneK on 2015/11/22 18:33
In Firefox, I want to add the clipped item to the current grid but when the "add item" dialogue comes up the "Current grid" option is grayed out and can't be selected.  I can only save to the inbox.  I went through Options, the Help File, etc but couldn't find a solution.
 
Wayne

Comments

Just to confirm same:
greyed out.
 
I dont remember using it, so dont know if it ever worked (/was implemented).
It's not greyed out on the manual page image (-- link to nonexistent node ID 2185 --):
 
 

_______________________________________________________
Win.7 64bit  ~  IQ 0.9.26Pre-Rel61

WayneK

2015/11/23 15:58

In reply to by Tom

Thanks.  I was just trying to avoid sending it to the inbox.  Looks like I can accomplish that by:
 
1) Unchecking "Assign to in-box" on the left
2) Erasing "Inbox" under "Other Fields" on the right.
3) Add the field I want to "Other Fields".
 
It's just a roundabout way that takes several steps when I should just be able to check "save to current grid".
 
Wayne
Win 7, 64 bit Cyberpower Model 1, C Series (2011) 16 GB RAM
27" Samsung S27A350H, 24" ASUS VW242H  1920x1080

Tom

2015/11/24 04:15

In reply to by WayneK

[quote=WayneK]
Thanks.  I was just trying to avoid sending it to the inbox.  Looks like I can accomplish that by:
 
1) Unchecking "Assign to in-box" on the left
2) Erasing "Inbox" under "Other Fields" on the right.
3) Add the field I want to "Other Fields".
 
It's just a roundabout way that takes several steps when I should just be able to check "save to current grid".[/quote]
 
it will remember your settings - but that's not much help if the current grid keeps changing...

WayneK

2015/11/24 15:48

In reply to by Tom

Yes, I noticed that and it helps a lot since I'm usually working on one topic for extended periods.
 
Wayne
Win 7, 64 bit Cyberpower Model 1, C Series (2011) 16 GB RAM
27" Samsung S27A350H, 24" ASUS VW242H  1920x1080

I was able to reproduce the issue and will issue a fix.
 
For now, since the Add new item is not modal, you can click on the desired grid and the checkbox will become enabled.
 
HTH
 
Pierre_Admin
 

WayneK

2015/11/25 10:09

In reply to by Pierre_Admin

Another minor issue:  if you check "Assign to In-box" on the left, it won't send the item to the Inbox unless it's also listed in "Other Fields" on the right. 
 
And a really minor issue but possibly relevant:  the system inbox field is spelled "Inbox" in the program field list but "In-box" in the Firefox capture tool.  I thought maybe that's why it wouldn't send the clipping to inbox unless it's also listed in "Other Fields".  I changed the system Inbox field name to In-box but that didn't fix it.  It still won't send clippings to the In-box unless it's also listed in "Other Fields".
 
Wayne
Win 7, 64 bit Cyberpower Model 1, C Series (2011) 16 GB RAM
27" Samsung S27A350H, 24" ASUS VW242H  1920x1080

WayneK

2015/11/25 14:56

In reply to by Pierre_Admin

And another question (not worthy of a thread):  Whenever I clip text or add a bookmark, IQ appends the phrase "Mozilla Firefox" to the item text.  Is there a way to turn this off?  I went through all the options but couldn't find anything.
 
Update: thought I'd found it.  I looked at the code in the file HTMLClipperTemplate.HTM and tried to modify it to omit "Mozilla Firefox" but failed.
 
Original code:
 <!-- {StartClip} -->
{ClipContent}
<!-- {EndClip} -->
<div><font size=1><HR>Clipped from: <A href='{ClipURL}' target=_blank>{ClipURL}</A> On: {ClipDateTime} By: {User}<HR></font></div>
 
My revision:
<!-- {StartClip} -->
{ClipContent}
<!-- {EndClip} -->
<div><font size=1><HR>On: {ClipDateTime} By: {User}<HR></font></div>
 
 
Wayne