This may or may not be a bug, so I'll first ask it here before reporting.
In the following test case:
\documentclass{article}
\usepackage[framemethod=tikz]{mdframed}
\overfullrule=5pt
\def\sentence{%
to be the morphism from $\delta^*$ to $(\delta')^*$ (resp.\ to
$(\delta'')^*$) such that $h'((p', p'')a(q', q''))$}
\begin{document}
\begin{mdframed}[hidealllines=true]
\sentence
\end{mdframed}
\begin{mdframed}[rightline=false,topline=false]
\sentence
\end{mdframed}
\end{document}
the overfullrule is drawn only in the first mdframed. How can I make it work in the second one too? This silent ignoring of overfullrule can be really dangerous...
Thanks!
- TeXlive 2012.26892-2 on Arch Linux
- latest mdframed from GitHub (1.6c, mdframed.dtx 436 2012-06-23 09:49:13Z marco)

q[]\OT1/cmr/m/n/10 ))$ |and the bar means precisely the rule. For some reason, with TikZ as frame method, this rule is not printed: everything that overflows the reserved area is blanked out (the two closing parentheses are missing too). – egreg Sep 18 '12 at 16:28