MMBase

Insert web link window to small under Internet explorer.

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.7.3
  • Fix Version/s: 1.7.4
  • Component/s: Editwizards
  • Description:
    Hide
    original bugid: #6700
    When using internet explorer the Insert web link window is to small, the ok and cancel buttons are not visible. A possible solution is to just remove the <div class="title">Create Link</div> line (from insert_link.html).

    This removes the green div, and makes the popup usable under internet explorer.

    Added the height change
    Show
    original bugid: #6700 When using internet explorer the Insert web link window is to small, the ok and cancel buttons are not visible. A possible solution is to just remove the <div class="title">Create Link</div> line (from insert_link.html). This removes the green div, and makes the popup usable under internet explorer. Added the height change

Activity

Hide
Case Roole added a comment - 1970-01-01 00:59
Better solution Rather than remove the title of the dialog one can increase its height by changing the first line of &quot;insert_link.html&quot; to:
&lt;html style=&quot;width: 398; height: 220&quot;&gt;

When users don't have the &quot;OK&quot; button they effectively can't create a link in the HTMLArea (unless they are smart enough to try the scrollbutton). Major issue, trivial solution.
Show
Case Roole added a comment - 1970-01-01 00:59 Better solution Rather than remove the title of the dialog one can increase its height by changing the first line of &quot;insert_link.html&quot; to: &lt;html style=&quot;width: 398; height: 220&quot;&gt; When users don't have the &quot;OK&quot; button they effectively can't create a link in the HTMLArea (unless they are smart enough to try the scrollbutton). Major issue, trivial solution.
Hide
Case Roole added a comment - 1970-01-01 00:59
And now with entities set &amp;lt;html style=&quot;width: 398; height: 220&quot;&amp;gt;
Show
Case Roole added a comment - 1970-01-01 00:59 And now with entities set &amp;lt;html style=&quot;width: 398; height: 220&quot;&amp;gt;
Hide
ids braam added a comment - 2005-05-03 14:47
Insert web link window to small under Internet explorer.
When using internet explorer the Insert web link window is to small, the ok and cancel buttons are not visible. A possible solution is to just remove the <div class="title">Create Link</div> line (from insert_link.html).

This removes the green div, and makes the popup usable under internet explorer.

Show
ids braam added a comment - 2005-05-03 14:47 Insert web link window to small under Internet explorer. When using internet explorer the Insert web link window is to small, the ok and cancel buttons are not visible. A possible solution is to just remove the <div class="title">Create Link</div> line (from insert_link.html). This removes the green div, and makes the popup usable under internet explorer.

People

Dates

  • Created:
    2005-07-08 20:56
    Updated:
    2006-11-24 13:52
    Resolved:
    2006-11-24 13:52