https://issues.apache.org/ooo/show_bug.cgi?id=123549
Bug ID: 123549
Issue Type: DEFECT
Summary: per cent modifier of cell name inhibits highlight of
source data
Product: Calc
Version: 4.0.1
Hardware: PC
OS: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: editing
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Example
() for suggested data
In new sheet enter number A1 (20)
enter number B1 (10)
enter formula C1 = B1 / A1 (shows 0.5)
Double click on C1
Results A1 highlit in Blue B1 highlit in Red CORRECT
change formula in C1 to = A1 / B1% (shows 50)
Double click on C1
Results A1 no effect, B1 highlit in Blue WRONG
The non-highlight of the source cell only occurs when the "%" modifier is used.
In the case shown, the A1% is identical to (B1/100)
Entering in C1 = A1 / (B1/100) highlights both A1 and B1 on a
double click of C1
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.