I posted this in the Notes/Domino 8 forum but I have been told it also affects R6 and R7. I haven’t been able to test that myself yet.
I’m doing away with a 3 pane interface by using a combination of a caption table, tabbed tables, and embedded views. I have it set up so each row in the caption table equates to one of the top-level sections in a navigator, then each tab contains one of the sub-level views.
For example, if you had an out line like this:
+Trouble Tickets
|-Open
|-Closed
+Documentation
|-developerWorks Lotus
|-Wikipedia
I would flip this around like so (I hope my ASCII art doesn’t get too mangled:
|---------------------------------------
|Trouble Tickets
|---------------------------------------
| |---------|---------|
| |Open |Closed |
| |-------------------------------------
| |
|---------------------------------------
|Documentation
|---------------------------------------
| |---------------------|----------|
| |developerWorks Lotus |Wikipedia |
| |-------------------------------------
| |
The Open tab would have the Open view, the Closed tab would have the Closed view, etc.
Okay, now the problem: I have the Trouble Tickets row selected and I select either the Open or Closed tab, which displays the embedded view. That’s all peachy. Then I switch to the Documentation caption. The Trouble Tickets caption row collapses and the tabbed table disappears, but the embedded view stays front and center, blocking the Documentation caption. Nothing I have done makes it go away other than closing the form. I have recreated this a number of times, and every time I get the same results.
Now for the TRULY curious part: It works perfectly in Notes 8 Basic, as well as Notes 7.0.2 and 6.5.4. I haven’t tried it in Designer 7.x yet.
Does anyone have any suggestions here? I’ve been tearing my hair out for hours.