Lines Matching full:didn
2047 true if it *didn't* swallow the event. And finally, let the key press
4043 The maxwidth computation also didn't deal properly with text-indent, applying it
4156 KWQRegExp.mm didn't handle unicode at all, and the way we
4157 were using word boundaries in our regular expressions didn't
4164 Redid the way word boundaries are used; the old way didn't
4165 work with PCRE, and also didn't work with Japanese.
4289 Fix for 3343250, XML didn't know how to make implicit tbodies when starting new elements,
4596 but then I came up with a simpler solution that didn't require that
4799 if the child frame had no document. What we didn't notice was
5075 We didn't have code to handle kTECPartialCharErr.
5759 Fix for 3287870, the <embed hidden=true> feature didn't work.
5820 frame wasn't loaded and didn't have a document.
5882 row. Fixed by falling into the "didn't find anything" case when
5892 of the problem but either didn't fix the whole thing or caused a regression. This time I did
5898 past to make sure I didn't cause new regressions. The only loose end is the DOM API. It's not
6201 Fix for 3269129 and 3269220. setAttribute('value') didn't work
7831 Fix for 3184113, bottom margins didn't collapse with their children
8090 didn't clear their minmaxwidth bool when contents inside them
8125 that didn't compile are fixed below.
8168 I/O library in WebCore except in Development versions. And this file didn't actually use the library,
9875 This is just a long-standing screwup where I didn't port an old
10150 to ignore the <br> because the previous line didn't break
10586 didn't break cleanly. The fix is to have a new boolean that
10738 Also fixed the regression that the * selector didn't work. The new KHTML trunk moved
12069 Also fixed a bug with clip rects. They didn't include borders.
12702 some reason I didn't notice that when I ran it, perhaps due to the other
13063 Fix parent call to call RenderBlock. Calling RenderFlow was a mistake, but one that didn't matter
14019 to 0 so we can detect the case where we didn't get a fatal error callback.
14646 didn't have a renderer, rather than just asserting about it.
14670 (NodeImpl::createRenderer): Added. Must never reach this function, but I didn't make it a pure
15447 any problem in practice, which is why we didn't rush to get this in for beta 1.
15877 (the hole was that it didn't ignore #xxx suffixes)
16683 (QFont::QFont): Copy constructor now retains the NSFont. The old version didn't which could
16696 and height didn't force a layout in all the cases where it was
16879 (KWQKHTMLPart::passWidgetMouseDownEventToWidget): I didn't read the code in
17302 they didn't float.
17606 on the frame resizer didn't fall into the code path that sets _mouseDownView.
17612 (KWQKHTMLPart::khtmlMouseMoveEvent): Added. Pass along mouseDragged: events. I didn't have this